Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_preludeDetails_s Struct Reference

The necessary parameters to build the prelude of a review use-case. More...

#include <nbgl_use_case.h>

Collaboration diagram for nbgl_preludeDetails_s:
Collaboration graph
[legend]

Public Attributes

const nbgl_icon_details_ticon
 icon of the centered info
 
const char * title
 title of the centered info
 
const char * description
 sub-text of the centered info
 
const char * buttonText
 text of the black button, used to open details
 
const char * footerText
 text of the footer, used to continue to the review
 
const nbgl_genericDetails_tdetails
 pointer to structure containing some details
 

Detailed Description

The necessary parameters to build the prelude of a review use-case.

Note
On Nano, only title field can be used

Definition at line 285 of file nbgl_use_case.h.

Member Data Documentation

◆ buttonText

const char* nbgl_preludeDetails_s::buttonText

text of the black button, used to open details

Definition at line 289 of file nbgl_use_case.h.

◆ description

const char* nbgl_preludeDetails_s::description

sub-text of the centered info

Definition at line 288 of file nbgl_use_case.h.

◆ details

const nbgl_genericDetails_t* nbgl_preludeDetails_s::details

pointer to structure containing some details

Definition at line 291 of file nbgl_use_case.h.

◆ footerText

const char* nbgl_preludeDetails_s::footerText

text of the footer, used to continue to the review

Definition at line 290 of file nbgl_use_case.h.

◆ icon

const nbgl_icon_details_t* nbgl_preludeDetails_s::icon

icon of the centered info

Definition at line 286 of file nbgl_use_case.h.

◆ title

const char* nbgl_preludeDetails_s::title

title of the centered info

Definition at line 287 of file nbgl_use_case.h.


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