|
Embedded SDK
Embedded SDK
|
Structure containing configuration for keyboard with suggestion buttons. More...
#include <nbgl_use_case.h>

Public Attributes | |
| const char ** | buttons |
| array of strings for buttons (last ones can be NULL) | |
| int | firstButtonToken |
| first token used for buttons, provided in onButtonCallback | |
| nbgl_layoutTouchCallback_t | onButtonCallback |
| callback to call when one of the buttons is pressed | |
| nbgl_keyboardButtonsCallback_t | updateButtonsCallback |
| callback to call when a key is pressed to update suggestions | |
Structure containing configuration for keyboard with suggestion buttons.
Definition at line 349 of file nbgl_use_case.h.
| const char** nbgl_kbdSuggestParams_t::buttons |
array of strings for buttons (last ones can be NULL)
Definition at line 350 of file nbgl_use_case.h.
| int nbgl_kbdSuggestParams_t::firstButtonToken |
first token used for buttons, provided in onButtonCallback
Definition at line 351 of file nbgl_use_case.h.
| nbgl_layoutTouchCallback_t nbgl_kbdSuggestParams_t::onButtonCallback |
callback to call when one of the buttons is pressed
Definition at line 353 of file nbgl_use_case.h.
| nbgl_keyboardButtonsCallback_t nbgl_kbdSuggestParams_t::updateButtonsCallback |
callback to call when a key is pressed to update suggestions
Definition at line 355 of file nbgl_use_case.h.