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 More... | |
const nbgl_icon_details_t * | detailsButtonIcon |
icon to use in details button More... | |
const char * | detailsButtonText |
this text is used for "details" button More... | |
uint8_t | detailsButtonToken |
This structure contains a [item,value] pair and info about "details" button.
Definition at line 206 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentTagValueDetails_t::detailsButtonIcon |
icon to use in details button
Definition at line 208 of file nbgl_content.h.
const char* nbgl_contentTagValueDetails_t::detailsButtonText |
this text is used for "details" button
Definition at line 209 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 210 of file nbgl_content.h.
nbgl_contentTagValueList_t nbgl_contentTagValueDetails_t::tagValueList |
list of tag/value pairs
Definition at line 207 of file nbgl_content.h.