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

This structure contains data to build a centered info + simple black button content. More...

#include <nbgl_content.h>

Public Attributes

const char * text
 centered text in large case More...
 
const nbgl_icon_details_ticon
 a buffer containing the 1BPP icon More...
 
const char * buttonText
 text of the long press button More...
 
uint8_t buttonToken
 

Detailed Description

This structure contains data to build a centered info + simple black button content.

Definition at line 109 of file nbgl_content.h.

Member Data Documentation

◆ buttonText

const char* nbgl_contentInfoButton_t::buttonText

text of the long press button

Definition at line 112 of file nbgl_content.h.

◆ buttonToken

uint8_t nbgl_contentInfoButton_t::buttonToken

the token used as argument of the onActionCallback when button is long pressed

Definition at line 113 of file nbgl_content.h.

◆ icon

const nbgl_icon_details_t* nbgl_contentInfoButton_t::icon

a buffer containing the 1BPP icon

Definition at line 111 of file nbgl_content.h.

◆ text

const char* nbgl_contentInfoButton_t::text

centered text in large case

Definition at line 110 of file nbgl_content.h.


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