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

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_ticon
 icon of the tip-box More...
 
uint8_t token
 token used when tip-box is tapped More...
 

Detailed Description

This structure contains data to build a tip-box, on top of a footer, on bottom of a content center.

Definition at line 308 of file nbgl_content.h.

Member Data Documentation

◆ icon

const nbgl_icon_details_t* nbgl_contentTipBox_t::icon

icon of the tip-box

Definition at line 310 of file nbgl_content.h.

◆ text

const char* nbgl_contentTipBox_t::text

text of the tip-box

Definition at line 309 of file nbgl_content.h.

◆ token

uint8_t nbgl_contentTipBox_t::token

token used when tip-box is tapped

Definition at line 311 of file nbgl_content.h.


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