Embedded SDK
Embedded SDK
|
This structure contains additions to a tag/value pair, to be able to build a screen to display these additions (for alias) More...
#include <nbgl_content.h>
Public Attributes | |
const char * | fullValue |
full string of the value when used as an alias | |
const char * | explanation |
const char * | title |
const char * | backText |
used as title of the popping page, if not NULL, otherwise "item" is used | |
const struct nbgl_contentInfoList_s * | infolist |
if aliasType is INFO_LIST_ALIAS | |
nbgl_contentValueAliasType_t | aliasType |
type of alias | |
This structure contains additions to a tag/value pair, to be able to build a screen to display these additions (for alias)
Definition at line 152 of file nbgl_content.h.
nbgl_contentValueAliasType_t nbgl_contentValueExt_t::aliasType |
type of alias
Definition at line 161 of file nbgl_content.h.
const char* nbgl_contentValueExt_t::backText |
used as title of the popping page, if not NULL, otherwise "item" is used
Definition at line 159 of file nbgl_content.h.
const char* nbgl_contentValueExt_t::explanation |
string displayed in gray, explaing where the alias comes from only used if aliasType is NO_ALIAS_TYPE
Definition at line 154 of file nbgl_content.h.
const char* nbgl_contentValueExt_t::fullValue |
full string of the value when used as an alias
Definition at line 153 of file nbgl_content.h.
const struct nbgl_contentInfoList_s* nbgl_contentValueExt_t::infolist |
if aliasType is INFO_LIST_ALIAS
Definition at line 160 of file nbgl_content.h.
const char* nbgl_contentValueExt_t::title |
if not NULL and aliasType is QR_CODE_ALIAS, is used as title of the QR Code
Definition at line 156 of file nbgl_content.h.