|
Embedded SDK
Embedded SDK
|
The necessary parameters to build the prelude of a review use-case. More...
#include <nbgl_use_case.h>

Public Attributes | |
| const nbgl_icon_details_t * | icon |
| 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_t * | details |
| pointer to structure containing some details | |
The necessary parameters to build the prelude of a review use-case.
Definition at line 285 of file nbgl_use_case.h.
| 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.
| const char* nbgl_preludeDetails_s::description |
sub-text of the centered info
Definition at line 288 of file nbgl_use_case.h.
| const nbgl_genericDetails_t* nbgl_preludeDetails_s::details |
pointer to structure containing some details
Definition at line 291 of file nbgl_use_case.h.
| 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.
| const nbgl_icon_details_t* nbgl_preludeDetails_s::icon |
icon of the centered info
Definition at line 286 of file nbgl_use_case.h.
| const char* nbgl_preludeDetails_s::title |
title of the centered info
Definition at line 287 of file nbgl_use_case.h.