|
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 | |
| int | token |
| token of the button | |
| bool | active |
| if true, button is active, otherwise inactive (grayed-out) | |
This structure contains info to build a confirmation button.
Definition at line 426 of file nbgl_layout.h.
| bool nbgl_layoutConfirmationButton_t::active |
if true, button is active, otherwise inactive (grayed-out)
Definition at line 429 of file nbgl_layout.h.
| const char* nbgl_layoutConfirmationButton_t::text |
text of the button
Definition at line 427 of file nbgl_layout.h.
| int nbgl_layoutConfirmationButton_t::token |
token of the button
Definition at line 428 of file nbgl_layout.h.