Embedded SDK
Embedded SDK
|
The necessary parameters to build the page(s) displayed when the top-right button is touched in intro page (before review) More...
#include <nbgl_use_case.h>
Public Attributes | ||
const char * | title | |
text of the page (used to go back) | ||
nbgl_warningDetailsType_t | type | |
type of content in the page, determining what to use in the following union | ||
union { | ||
nbgl_contentCenter_t centeredInfo | ||
centered info, if type == CENTERED_INFO_WARNING More... | ||
nbgl_layoutQRCode_t qrCode | ||
QR code, if type == QRCODE_WARNING. More... | ||
nbgl_warningBarList_t barList | ||
touchable bars list, if type == BAR_LIST_WARNING More... | ||
}; | ||
The necessary parameters to build the page(s) displayed when the top-right button is touched in intro page (before review)
Definition at line 219 of file nbgl_use_case.h.
union { ... } nbgl_warningDetails_s |
nbgl_warningBarList_t nbgl_warningDetails_s::barList |
touchable bars list, if type == BAR_LIST_WARNING
Definition at line 229 of file nbgl_use_case.h.
nbgl_contentCenter_t nbgl_warningDetails_s::centeredInfo |
centered info, if type == CENTERED_INFO_WARNING
Definition at line 225 of file nbgl_use_case.h.
nbgl_layoutQRCode_t nbgl_warningDetails_s::qrCode |
QR code, if type == QRCODE_WARNING.
Definition at line 227 of file nbgl_use_case.h.
const char* nbgl_warningDetails_s::title |
text of the page (used to go back)
Definition at line 220 of file nbgl_use_case.h.
nbgl_warningDetailsType_t nbgl_warningDetails_s::type |
type of content in the page, determining what to use in the following union
Definition at line 222 of file nbgl_use_case.h.