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

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...
 

Detailed Description

Structure containing all information to create a navigation with "tap".

Definition at line 96 of file nbgl_page.h.

Member Data Documentation

◆ backButton

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.

◆ backToken

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.

◆ nextPageText

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.

◆ nextPageToken

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.

◆ quitText

const char* nbgl_pageNavWithTap_s::quitText

the text displayed in footer, used to quit

Definition at line 105 of file nbgl_page.h.


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