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 More... | |
const nbgl_icon_details_t * | icon |
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... | |
}; | |
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.
union { ... } |
const nbgl_icon_details_t* nbgl_tipBox_t::icon |
icon of the tip-box
Definition at line 183 of file nbgl_use_case.h.
const nbgl_contentInfoList_t nbgl_tipBox_t::infos |
infos pairs displayed in modal.
Definition at line 187 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 184 of file nbgl_use_case.h.
const char* nbgl_tipBox_t::text |
text of the tip-box
Definition at line 182 of file nbgl_use_case.h.
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.