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

Structure containing configuration for keyboard with suggestion buttons. More...

#include <nbgl_use_case.h>

Collaboration diagram for nbgl_kbdSuggestParams_t:
Collaboration graph
[legend]

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
 

Detailed Description

Structure containing configuration for keyboard with suggestion buttons.

Definition at line 349 of file nbgl_use_case.h.

Member Data Documentation

◆ buttons

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.

◆ firstButtonToken

int nbgl_kbdSuggestParams_t::firstButtonToken

first token used for buttons, provided in onButtonCallback

Definition at line 351 of file nbgl_use_case.h.

◆ onButtonCallback

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.

◆ updateButtonsCallback

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.


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