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

This structure contains a [item,value] pair and info about "details" button. More...

#include <nbgl_content.h>

Collaboration diagram for nbgl_contentTagValueDetails_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 More...
 
uint8_t detailsButtonToken
 

Detailed Description

This structure contains a [item,value] pair and info about "details" button.

Definition at line 202 of file nbgl_content.h.

Member Data Documentation

◆ detailsButtonIcon

const nbgl_icon_details_t* nbgl_contentTagValueDetails_t::detailsButtonIcon

icon to use in details button

Definition at line 204 of file nbgl_content.h.

◆ detailsButtonText

const char* nbgl_contentTagValueDetails_t::detailsButtonText

this text is used for "details" button

Definition at line 205 of file nbgl_content.h.

◆ detailsButtonToken

uint8_t nbgl_contentTagValueDetails_t::detailsButtonToken

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

Definition at line 206 of file nbgl_content.h.

◆ tagValueList

nbgl_contentTagValueList_t nbgl_contentTagValueDetails_t::tagValueList

list of tag/value pairs

Definition at line 203 of file nbgl_content.h.


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