|
Embedded SDK
Embedded SDK
|
This structure contains a [item,value] pair and info about "details" button. More...
#include <nbgl_content.h>

Public Attributes | |
| nbgl_contentTagValueList_t | tagValueList |
| list of tag/value pairs | |
| const nbgl_icon_details_t * | detailsButtonIcon |
| icon to use in details button | |
| const char * | detailsButtonText |
| this text is used for "details" button | |
| uint8_t | detailsButtonToken |
| tune_index_e | tuneId |
| if not NBGL_NO_TUNE, a tune will be played when details button is touched | |
This structure contains a [item,value] pair and info about "details" button.
Definition at line 227 of file nbgl_content.h.
| const nbgl_icon_details_t* nbgl_contentTagValueDetails_t::detailsButtonIcon |
icon to use in details button
Definition at line 229 of file nbgl_content.h.
| const char* nbgl_contentTagValueDetails_t::detailsButtonText |
this text is used for "details" button
Definition at line 230 of file nbgl_content.h.
| uint8_t nbgl_contentTagValueDetails_t::detailsButtonToken |
the token used as argument of the actionCallback when the "details" button is touched
Definition at line 231 of file nbgl_content.h.
| nbgl_contentTagValueList_t nbgl_contentTagValueDetails_t::tagValueList |
list of tag/value pairs
Definition at line 228 of file nbgl_content.h.
| tune_index_e nbgl_contentTagValueDetails_t::tuneId |
if not NBGL_NO_TUNE, a tune will be played when details button is touched
Definition at line 234 of file nbgl_content.h.