Embedded SDK
Embedded SDK
|
This structure contains info to build suggestion buttons. More...
#include <nbgl_layout.h>
Public Attributes | |
const char ** | buttons |
array of 4 strings for buttons (last ones can be NULL) More... | |
int | firstButtonToken |
uint8_t | nbUsedButtons |
the number of actually used buttons More... | |
This structure contains info to build suggestion buttons.
Definition at line 361 of file nbgl_layout.h.
const char** nbgl_layoutSuggestionButtons_t::buttons |
array of 4 strings for buttons (last ones can be NULL)
Definition at line 362 of file nbgl_layout.h.
int nbgl_layoutSuggestionButtons_t::firstButtonToken |
first token used for buttons, provided in onActionCallback (the next 3 values will be used for other buttons)
Definition at line 363 of file nbgl_layout.h.
uint8_t nbgl_layoutSuggestionButtons_t::nbUsedButtons |
the number of actually used buttons
Definition at line 365 of file nbgl_layout.h.