|
Embedded SDK
Embedded SDK
|
Structure containing all information when creating a layout. This structure must be passed as argument to nbgl_layoutGet. More...
#include <nbgl_layout.h>

Public Attributes | |
| bool | modal |
| nbgl_layoutButtonCallback_t | onActionCallback |
| the callback to be called on any action on the layout | |
| nbgl_screenTickerConfiguration_t | ticker |
Structure containing all information when creating a layout. This structure must be passed as argument to nbgl_layoutGet.
Definition at line 234 of file nbgl_layout.h.
| bool nbgl_layoutDescription_s::modal |
if true, puts the layout on top of screen stack (modal). Otherwise puts on background (for apps)
Definition at line 235 of file nbgl_layout.h.
| nbgl_layoutButtonCallback_t nbgl_layoutDescription_s::onActionCallback |
the callback to be called on any action on the layout
Definition at line 249 of file nbgl_layout.h.
| nbgl_screenTickerConfiguration_t nbgl_layoutDescription_s::ticker |
Definition at line 251 of file nbgl_layout.h.