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

Structure describing the action button in Home Screen. More...

#include <nbgl_use_case.h>

Public Attributes

const char * text
 text to use in action button in Home page More...
 
const nbgl_icon_details_ticon
 icon to use in action button in Home page More...
 
nbgl_callback_t callback
 function to call when action button is touched in Home page More...
 
nbgl_homeActionStyle_t style
 style of action button More...
 

Detailed Description

Structure describing the action button in Home Screen.

Definition at line 169 of file nbgl_use_case.h.

Member Data Documentation

◆ callback

nbgl_callback_t nbgl_homeAction_t::callback

function to call when action button is touched in Home page

Definition at line 172 of file nbgl_use_case.h.

◆ icon

const nbgl_icon_details_t* nbgl_homeAction_t::icon

icon to use in action button in Home page

Definition at line 171 of file nbgl_use_case.h.

◆ style

nbgl_homeActionStyle_t nbgl_homeAction_t::style

style of action button

Definition at line 173 of file nbgl_use_case.h.

◆ text

const char* nbgl_homeAction_t::text

text to use in action button in Home page

Definition at line 170 of file nbgl_use_case.h.


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