Embedded SDK
Embedded SDK
|
This structure contains data to build a centered info + long press 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 * | longPressText |
text of the long press button More... | |
uint8_t | longPressToken |
This structure contains data to build a centered info + long press button content.
Definition at line 94 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentInfoLongPress_t::icon |
a buffer containing the 1BPP icon
Definition at line 96 of file nbgl_content.h.
const char* nbgl_contentInfoLongPress_t::longPressText |
text of the long press button
Definition at line 97 of file nbgl_content.h.
uint8_t nbgl_contentInfoLongPress_t::longPressToken |
the token used as argument of the onActionCallback when button is long pressed
Definition at line 98 of file nbgl_content.h.
const char* nbgl_contentInfoLongPress_t::text |
centered text in large case
Definition at line 95 of file nbgl_content.h.