Embedded SDK
Embedded SDK
Deprecated List
Member nbgl_layoutAddConfirmationButton (nbgl_layout_t *layout, bool active, const char *text, int token, tune_index_e tuneId)
Use nbgl_layoutAddKeyboardContent instead
Member nbgl_layoutAddEnteredText (nbgl_layout_t *layout, bool numbered, uint8_t number, const char *text, bool grayedOut, int offsetY, int token)
Use nbgl_layoutAddKeyboardContent instead
Member nbgl_layoutAddHiddenDigits (nbgl_layout_t *layout, uint8_t nbDigits)
Use nbgl_layoutAddKeypadContent instead
Member nbgl_layoutAddProgressIndicator (nbgl_layout_t *layout, uint8_t activePage, uint8_t nbPages, bool withBack, uint8_t backToken, tune_index_e tuneId)
Member nbgl_layoutAddSuggestionButtons (nbgl_layout_t *layout, uint8_t nbUsedButtons, const char *buttonTexts[NB_MAX_SUGGESTION_BUTTONS], int firstButtonToken, tune_index_e tuneId)
Use nbgl_layoutAddKeyboardContent instead
Member nbgl_layoutUpdateConfirmationButton (nbgl_layout_t *layout, uint8_t index, bool active, const char *text)
Use nbgl_layoutUpdateKeyboardContent instead
Member nbgl_layoutUpdateEnteredText (nbgl_layout_t *layout, uint8_t index, bool numbered, uint8_t number, const char *text, bool grayedOut)
Use nbgl_layoutUpdateKeyboardContent instead
Member nbgl_layoutUpdateHiddenDigits (nbgl_layout_t *layout, uint8_t index, uint8_t nbActive)
Use nbgl_layoutUpdateKeypadContent instead
Member nbgl_layoutUpdateSuggestionButtons (nbgl_layout_t *layout, uint8_t index, uint8_t nbUsedButtons, const char *buttonTexts[NB_MAX_SUGGESTION_BUTTONS])
Use nbgl_layoutUpdateKeyboardContent instead