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

This structure contains info to build suggestion buttons. More...

#include <nbgl_layout.h>

Public Attributes

const char ** buttons
 array of 4 strings for buttons (last ones can be NULL) More...
 
int firstButtonToken
 
uint8_t nbUsedButtons
 the number of actually used buttons More...
 

Detailed Description

This structure contains info to build suggestion buttons.

Definition at line 361 of file nbgl_layout.h.

Member Data Documentation

◆ buttons

const char** nbgl_layoutSuggestionButtons_t::buttons

array of 4 strings for buttons (last ones can be NULL)

Definition at line 362 of file nbgl_layout.h.

◆ firstButtonToken

int nbgl_layoutSuggestionButtons_t::firstButtonToken

first token used for buttons, provided in onActionCallback (the next 3 values will be used for other buttons)

Definition at line 363 of file nbgl_layout.h.

◆ nbUsedButtons

uint8_t nbgl_layoutSuggestionButtons_t::nbUsedButtons

the number of actually used buttons

Definition at line 365 of file nbgl_layout.h.


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