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

Structure containing configuration for keyboard with confirmation button. More...

#include <nbgl_use_case.h>

Public Attributes

const char * buttonText
 button title
 
nbgl_callback_t onButtonCallback
 callback to call when the button is pressed
 

Detailed Description

Structure containing configuration for keyboard with confirmation button.

Definition at line 339 of file nbgl_use_case.h.

Member Data Documentation

◆ buttonText

const char* nbgl_kbdButtonParams_t::buttonText

button title

Definition at line 341 of file nbgl_use_case.h.

◆ onButtonCallback

nbgl_callback_t nbgl_kbdButtonParams_t::onButtonCallback

callback to call when the button is pressed

Definition at line 343 of file nbgl_use_case.h.


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