Embedded SDK
Embedded SDK
|
This structure contains data to build a tip-box, on top of a footer, on bottom of a content center. More...
#include <nbgl_content.h>
Public Attributes | |
const char * | text |
text of the tip-box More... | |
const nbgl_icon_details_t * | icon |
icon of the tip-box More... | |
uint8_t | token |
token used when tip-box is tapped More... | |
This structure contains data to build a tip-box, on top of a footer, on bottom of a content center.
Definition at line 333 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentTipBox_t::icon |
icon of the tip-box
Definition at line 335 of file nbgl_content.h.
const char* nbgl_contentTipBox_t::text |
text of the tip-box
Definition at line 334 of file nbgl_content.h.
uint8_t nbgl_contentTipBox_t::token |
token used when tip-box is tapped
Definition at line 336 of file nbgl_content.h.