Embedded SDK
Embedded SDK
|
This structure contains [item,value] pair(s) and info about a potential "details" button, but also a black button + footer to confirm/cancel. More...
#include <nbgl_content.h>
Public Attributes | |
nbgl_contentTagValueList_t | tagValueList |
list of tag/value pairs More... | |
const nbgl_icon_details_t * | detailsButtonIcon |
icon to use in details button More... | |
const char * | detailsButtonText |
this text is used for "details" button (if NULL, no button) More... | |
uint8_t | detailsButtonToken |
const char * | confirmationText |
text of the confirmation button, if NULL "It matches" is used More... | |
const char * | cancelText |
the text used for cancel action, if NULL "It doesn't matches" is used More... | |
uint8_t | confirmationToken |
the token used as argument of the onActionCallback More... | |
uint8_t | cancelToken |
This structure contains [item,value] pair(s) and info about a potential "details" button, but also a black button + footer to confirm/cancel.
Definition at line 222 of file nbgl_content.h.
const char* nbgl_contentTagValueConfirm_t::cancelText |
the text used for cancel action, if NULL "It doesn't matches" is used
Definition at line 235 of file nbgl_content.h.
uint8_t nbgl_contentTagValueConfirm_t::cancelToken |
the token used as argument of the onActionCallback when the cancel button is pressed
Definition at line 237 of file nbgl_content.h.
const char* nbgl_contentTagValueConfirm_t::confirmationText |
text of the confirmation button, if NULL "It matches" is used
Definition at line 233 of file nbgl_content.h.
uint8_t nbgl_contentTagValueConfirm_t::confirmationToken |
the token used as argument of the onActionCallback
Definition at line 236 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentTagValueConfirm_t::detailsButtonIcon |
icon to use in details button
Definition at line 224 of file nbgl_content.h.
const char* nbgl_contentTagValueConfirm_t::detailsButtonText |
this text is used for "details" button (if NULL, no button)
Definition at line 225 of file nbgl_content.h.
uint8_t nbgl_contentTagValueConfirm_t::detailsButtonToken |
the token used as argument of the actionCallback when the "details" button is touched
Definition at line 226 of file nbgl_content.h.
nbgl_contentTagValueList_t nbgl_contentTagValueConfirm_t::tagValueList |
list of tag/value pairs
Definition at line 223 of file nbgl_content.h.