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

This structure contains data to build a centered info + long press 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 * longPressText
 text of the long press button More...
 
uint8_t longPressToken
 

Detailed Description

This structure contains data to build a centered info + long press button content.

Definition at line 94 of file nbgl_content.h.

Member Data Documentation

◆ icon

const nbgl_icon_details_t* nbgl_contentInfoLongPress_t::icon

a buffer containing the 1BPP icon

Definition at line 96 of file nbgl_content.h.

◆ longPressText

const char* nbgl_contentInfoLongPress_t::longPressText

text of the long press button

Definition at line 97 of file nbgl_content.h.

◆ longPressToken

uint8_t nbgl_contentInfoLongPress_t::longPressToken

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

Definition at line 98 of file nbgl_content.h.

◆ text

const char* nbgl_contentInfoLongPress_t::text

centered text in large case

Definition at line 95 of file nbgl_content.h.


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