Embedded SDK
Embedded SDK
|
This structure contains info to build a confirmation button. More...
#include <nbgl_layout.h>
Public Attributes | |
const char * | text |
text of the button More... | |
int | token |
token of the button More... | |
bool | active |
if true, button is active, otherwise inactive (grayed-out) More... | |
This structure contains info to build a confirmation button.
Definition at line 371 of file nbgl_layout.h.
bool nbgl_layoutConfirmationButton_t::active |
if true, button is active, otherwise inactive (grayed-out)
Definition at line 374 of file nbgl_layout.h.
const char* nbgl_layoutConfirmationButton_t::text |
text of the button
Definition at line 372 of file nbgl_layout.h.
int nbgl_layoutConfirmationButton_t::token |
token of the button
Definition at line 373 of file nbgl_layout.h.