Embedded SDK
Embedded SDK
|
This structure contains data to build a content. More...
#include <nbgl_content.h>
Public Attributes | |
nbgl_contentType_t | type |
type of page content in the content union More... | |
nbgl_content_u | content |
nbgl_contentActionCallback_t | contentActionCallback |
callback to be called when an action on an object occurs More... | |
This structure contains data to build a content.
Definition at line 374 of file nbgl_content.h.
nbgl_content_u nbgl_content_t::content |
Definition at line 376 of file nbgl_content.h.
nbgl_contentActionCallback_t nbgl_content_t::contentActionCallback |
callback to be called when an action on an object occurs
Definition at line 378 of file nbgl_content.h.
nbgl_contentType_t nbgl_content_t::type |
type of page content in the content union
Definition at line 375 of file nbgl_content.h.