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 More... | |
const char * | explanation |
const char * | title |
nbgl_contentValueAliasType_t | aliasType |
type of alias More... | |
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 136 of file nbgl_content.h.
nbgl_contentValueAliasType_t nbgl_contentValueExt_t::aliasType |
type of alias
Definition at line 142 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 138 of file nbgl_content.h.
const char* nbgl_contentValueExt_t::fullValue |
full string of the value when used as an alias
Definition at line 137 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 140 of file nbgl_content.h.