#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of the struct. Must be sizeof(FlutterSemanticsCustomAction). | |
| int32_t | id |
| The unique custom action or action override ID. | |
| FlutterSemanticsAction | override_action |
| const char * | label |
| The user-readable name of this custom semantics action. | |
| const char * | hint |
| The hint description of this custom semantics action. | |
A custom semantics action, or action override.
Custom actions can be registered by applications in order to provide semantic actions other than the standard actions available through the FlutterSemanticsAction enum.
Action overrides are custom actions that the application developer requests to be used in place of the standard actions in the FlutterSemanticsAction enum.
Definition at line 1763 of file embedder.h.
| const char* FlutterSemanticsCustomAction2::hint |
The hint description of this custom semantics action.
Definition at line 1774 of file embedder.h.
| int32_t FlutterSemanticsCustomAction2::id |
The unique custom action or action override ID.
Definition at line 1767 of file embedder.h.
| const char* FlutterSemanticsCustomAction2::label |
The user-readable name of this custom semantics action.
Definition at line 1772 of file embedder.h.
| FlutterSemanticsAction FlutterSemanticsCustomAction2::override_action |
For overridden standard actions, corresponds to the FlutterSemanticsAction to override.
Definition at line 1770 of file embedder.h.
| size_t FlutterSemanticsCustomAction2::struct_size |
The size of the struct. Must be sizeof(FlutterSemanticsCustomAction).
Definition at line 1765 of file embedder.h.