Embedded SDK
Embedded SDK
|
This structure contains data to build a centered info + simple black button content. More...
#include <nbgl_content.h>
Public Attributes | |
const char * | text |
centered text in large case More... | |
const nbgl_icon_details_t * | icon |
a buffer containing the 1BPP icon More... | |
const char * | buttonText |
text of the long press button More... | |
uint8_t | buttonToken |
This structure contains data to build a centered info + simple black button content.
Definition at line 109 of file nbgl_content.h.
const char* nbgl_contentInfoButton_t::buttonText |
text of the long press button
Definition at line 112 of file nbgl_content.h.
uint8_t nbgl_contentInfoButton_t::buttonToken |
the token used as argument of the onActionCallback when button is long pressed
Definition at line 113 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentInfoButton_t::icon |
a buffer containing the 1BPP icon
Definition at line 111 of file nbgl_content.h.
const char* nbgl_contentInfoButton_t::text |
centered text in large case
Definition at line 110 of file nbgl_content.h.