|
Embedded SDK
Embedded SDK
|
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>

Public Attributes | ||
| const char * | text | |
| text of the tip-box | ||
| const nbgl_icon_details_t * | icon | |
| icon of the tip-box | ||
| const char * | modalTitle | |
| title given to modal window displayed when tip-box is touched | ||
| nbgl_contentType_t | type | |
| type of page content in the following union | ||
| union { | ||
| nbgl_contentInfoList_t infos | ||
| infos pairs displayed in modal, if type is INFOS_LIST. More... | ||
| }; | ||
The necessary parameters to build a tip-box in first review page and the modal if this tip box is touched.
Definition at line 208 of file nbgl_use_case.h.
| union { ... } nbgl_tipBox_t |
| const nbgl_icon_details_t* nbgl_tipBox_t::icon |
icon of the tip-box
Definition at line 210 of file nbgl_use_case.h.
| nbgl_contentInfoList_t nbgl_tipBox_t::infos |
infos pairs displayed in modal, if type is INFOS_LIST.
Definition at line 215 of file nbgl_use_case.h.
| const char* nbgl_tipBox_t::modalTitle |
title given to modal window displayed when tip-box is touched
Definition at line 211 of file nbgl_use_case.h.
| const char* nbgl_tipBox_t::text |
text of the tip-box
Definition at line 209 of file nbgl_use_case.h.
| nbgl_contentType_t nbgl_tipBox_t::type |
type of page content in the following union
Definition at line 212 of file nbgl_use_case.h.