Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_warningDetails_s Struct Reference

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>

Collaboration diagram for nbgl_warningDetails_s:
Collaboration graph
[legend]

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...
 
};  
 

Detailed Description

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.

Member Data Documentation

◆ [union]

union { ... } nbgl_warningDetails_s

◆ barList

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.

◆ centeredInfo

nbgl_contentCenter_t nbgl_warningDetails_s::centeredInfo

centered info, if type == CENTERED_INFO_WARNING

Definition at line 225 of file nbgl_use_case.h.

◆ qrCode

nbgl_layoutQRCode_t nbgl_warningDetails_s::qrCode

QR code, if type == QRCODE_WARNING.

Definition at line 227 of file nbgl_use_case.h.

◆ title

const char* nbgl_warningDetails_s::title

text of the page (used to go back)

Definition at line 220 of file nbgl_use_case.h.

◆ type

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.


The documentation for this struct was generated from the following file: