|
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) | |
| int | firstButtonToken |
| uint8_t | nbUsedButtons |
| the number of actually used buttons | |
This structure contains info to build suggestion buttons.
Definition at line 416 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 417 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 418 of file nbgl_layout.h.
| uint8_t nbgl_layoutSuggestionButtons_t::nbUsedButtons |
the number of actually used buttons
Definition at line 420 of file nbgl_layout.h.