Embedded SDK
Embedded SDK
|
Structure containing all specific information when creating a confirmation page. More...
#include <nbgl_page.h>
Public Attributes | |
nbgl_layoutCenteredInfo_t | centeredInfo |
description of the centered info to be used More... | |
const char * | confirmationText |
text of the confirmation button More... | |
const char * | cancelText |
the text used for cancel action, if NULL a simple X button is used More... | |
uint8_t | confirmationToken |
the token used as argument of the onActionCallback More... | |
uint8_t | cancelToken |
tune_index_e | tuneId |
if not NBGL_NO_TUNE, a tune will be played when button is pressed More... | |
bool | modal |
if true, page is open as a modal More... | |
Structure containing all specific information when creating a confirmation page.
Definition at line 149 of file nbgl_page.h.
const char* nbgl_pageConfirmationDescription_s::cancelText |
the text used for cancel action, if NULL a simple X button is used
Definition at line 152 of file nbgl_page.h.
uint8_t nbgl_pageConfirmationDescription_s::cancelToken |
the token used as argument of the onActionCallback when the cancel button is pressed
Definition at line 154 of file nbgl_page.h.
nbgl_layoutCenteredInfo_t nbgl_pageConfirmationDescription_s::centeredInfo |
description of the centered info to be used
Definition at line 150 of file nbgl_page.h.
const char* nbgl_pageConfirmationDescription_s::confirmationText |
text of the confirmation button
Definition at line 151 of file nbgl_page.h.
uint8_t nbgl_pageConfirmationDescription_s::confirmationToken |
the token used as argument of the onActionCallback
Definition at line 153 of file nbgl_page.h.
bool nbgl_pageConfirmationDescription_s::modal |
if true, page is open as a modal
Definition at line 158 of file nbgl_page.h.
tune_index_e nbgl_pageConfirmationDescription_s::tuneId |
if not NBGL_NO_TUNE, a tune will be played when button is pressed
Definition at line 157 of file nbgl_page.h.