Embedded SDK
Embedded SDK
|
Structure containing all information to create a navigation with "tap". More...
#include <nbgl_page.h>
Public Attributes | |
bool | backButton |
uint8_t | backToken |
uint8_t | nextPageToken |
const char * | nextPageText |
const char * | quitText |
the text displayed in footer, used to quit More... | |
Structure containing all information to create a navigation with "tap".
Definition at line 96 of file nbgl_page.h.
bool nbgl_pageNavWithTap_s::backButton |
if set to true, a back button (left arrow) is displayed in the top left corner (if page >=1)
Definition at line 97 of file nbgl_page.h.
uint8_t nbgl_pageNavWithTap_s::backToken |
the token used as argument of the actionCallback when the back button is touched
Definition at line 99 of file nbgl_page.h.
const char* nbgl_pageNavWithTap_s::nextPageText |
this text is used as indication for "Tap to continue", to navigate forward
Definition at line 103 of file nbgl_page.h.
uint8_t nbgl_pageNavWithTap_s::nextPageToken |
the token used as argument of the actionCallback when the main panel is "tapped"
Definition at line 101 of file nbgl_page.h.
const char* nbgl_pageNavWithTap_s::quitText |
the text displayed in footer, used to quit
Definition at line 105 of file nbgl_page.h.