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

The necessary parameters to build a tip-box in first review page and the modal if this tip box is touched. More...

#include <nbgl_use_case.h>

Collaboration diagram for nbgl_tipBox_t:
Collaboration graph
[legend]

Public Attributes

const char * text
 text of the tip-box More...
 
const nbgl_icon_details_ticon
 icon of the tip-box More...
 
const char * modalTitle
 title given to modal window displayed when tip-box is touched More...
 
nbgl_contentType_t type
 type of page content in the following union More...
 
union {
   const nbgl_contentInfoList_t   infos
 infos pairs displayed in modal. More...
 
}; 
 

Detailed Description

The necessary parameters to build a tip-box in first review page and the modal if this tip box is touched.

Definition at line 181 of file nbgl_use_case.h.

Member Data Documentation

◆ 

union { ... }

◆ icon

const nbgl_icon_details_t* nbgl_tipBox_t::icon

icon of the tip-box

Definition at line 183 of file nbgl_use_case.h.

◆ infos

const nbgl_contentInfoList_t nbgl_tipBox_t::infos

infos pairs displayed in modal.

Definition at line 187 of file nbgl_use_case.h.

◆ modalTitle

const char* nbgl_tipBox_t::modalTitle

title given to modal window displayed when tip-box is touched

Definition at line 184 of file nbgl_use_case.h.

◆ text

const char* nbgl_tipBox_t::text

text of the tip-box

Definition at line 182 of file nbgl_use_case.h.

◆ type

nbgl_contentType_t nbgl_tipBox_t::type

type of page content in the following union

Definition at line 185 of file nbgl_use_case.h.


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