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

This structure contains [item,value] pair(s) and info about a potential "details" button, but also a black button + footer to confirm/cancel. More...

#include <nbgl_content.h>

Collaboration diagram for nbgl_contentTagValueConfirm_t:
Collaboration graph
[legend]

Public Attributes

nbgl_contentTagValueList_t tagValueList
 list of tag/value pairs More...
 
const nbgl_icon_details_tdetailsButtonIcon
 icon to use in details button More...
 
const char * detailsButtonText
 this text is used for "details" button (if NULL, no button) More...
 
uint8_t detailsButtonToken
 
const char * confirmationText
 text of the confirmation button, if NULL "It matches" is used More...
 
const char * cancelText
 the text used for cancel action, if NULL "It doesn't matches" is used More...
 
uint8_t confirmationToken
 the token used as argument of the onActionCallback More...
 
uint8_t cancelToken
 

Detailed Description

This structure contains [item,value] pair(s) and info about a potential "details" button, but also a black button + footer to confirm/cancel.

Definition at line 218 of file nbgl_content.h.

Member Data Documentation

◆ cancelText

const char* nbgl_contentTagValueConfirm_t::cancelText

the text used for cancel action, if NULL "It doesn't matches" is used

Definition at line 231 of file nbgl_content.h.

◆ cancelToken

uint8_t nbgl_contentTagValueConfirm_t::cancelToken

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

Definition at line 233 of file nbgl_content.h.

◆ confirmationText

const char* nbgl_contentTagValueConfirm_t::confirmationText

text of the confirmation button, if NULL "It matches" is used

Definition at line 229 of file nbgl_content.h.

◆ confirmationToken

uint8_t nbgl_contentTagValueConfirm_t::confirmationToken

the token used as argument of the onActionCallback

Definition at line 232 of file nbgl_content.h.

◆ detailsButtonIcon

const nbgl_icon_details_t* nbgl_contentTagValueConfirm_t::detailsButtonIcon

icon to use in details button

Definition at line 220 of file nbgl_content.h.

◆ detailsButtonText

const char* nbgl_contentTagValueConfirm_t::detailsButtonText

this text is used for "details" button (if NULL, no button)

Definition at line 221 of file nbgl_content.h.

◆ detailsButtonToken

uint8_t nbgl_contentTagValueConfirm_t::detailsButtonToken

the token used as argument of the actionCallback when the "details" button is touched

Definition at line 222 of file nbgl_content.h.

◆ tagValueList

nbgl_contentTagValueList_t nbgl_contentTagValueConfirm_t::tagValueList

list of tag/value pairs

Definition at line 219 of file nbgl_content.h.


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