Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_pageConfirmationDescription_s Struct Reference

Structure containing all specific information when creating a confirmation page. More...

#include <nbgl_page.h>

Collaboration diagram for nbgl_pageConfirmationDescription_s:
Collaboration graph
[legend]

Public Attributes

nbgl_layoutCenteredInfo_t centeredInfo
 description of the centered info to be used More...
 
const char * confirmationText
 text of the confirmation button More...
 
const char * cancelText
 the text used for cancel action, if NULL a simple X button is used More...
 
uint8_t confirmationToken
 the token used as argument of the onActionCallback More...
 
uint8_t cancelToken
 
tune_index_e tuneId
 if not NBGL_NO_TUNE, a tune will be played when button is pressed More...
 
bool modal
 if true, page is open as a modal More...
 

Detailed Description

Structure containing all specific information when creating a confirmation page.

Definition at line 149 of file nbgl_page.h.

Member Data Documentation

◆ cancelText

const char* nbgl_pageConfirmationDescription_s::cancelText

the text used for cancel action, if NULL a simple X button is used

Definition at line 152 of file nbgl_page.h.

◆ cancelToken

uint8_t nbgl_pageConfirmationDescription_s::cancelToken

the token used as argument of the onActionCallback when the cancel button is pressed

Definition at line 154 of file nbgl_page.h.

◆ centeredInfo

nbgl_layoutCenteredInfo_t nbgl_pageConfirmationDescription_s::centeredInfo

description of the centered info to be used

Definition at line 150 of file nbgl_page.h.

◆ confirmationText

const char* nbgl_pageConfirmationDescription_s::confirmationText

text of the confirmation button

Definition at line 151 of file nbgl_page.h.

◆ confirmationToken

uint8_t nbgl_pageConfirmationDescription_s::confirmationToken

the token used as argument of the onActionCallback

Definition at line 153 of file nbgl_page.h.

◆ modal

bool nbgl_pageConfirmationDescription_s::modal

if true, page is open as a modal

Definition at line 158 of file nbgl_page.h.

◆ tuneId

tune_index_e nbgl_pageConfirmationDescription_s::tuneId

if not NBGL_NO_TUNE, a tune will be played when button is pressed

Definition at line 157 of file nbgl_page.h.


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