Static Members
SystemAction.DEFAULT_ACTION ⇒ String
Get the enum value for DEFAULT_ACTION.
Default action occurs. Standard behavior (e.g. SoftButton clears overlay).
Kind: Static property of SystemAction
Returns: String
- The enum value.
SystemAction.KEEP_CONTEXT ⇒ String
Get the enum value for KEEP_CONTEXT.
Current system context is maintained. An overlay is persisted even though a SoftButton has been pressed and the notification sent.
Kind: Static property of SystemAction
Returns: String
- The enum value.
SystemAction.STEAL_FOCUS ⇒ String
Get the enum value for STEAL_FOCUS.
App is brought into HMI_FULL.
Kind: Static property of SystemAction
Returns: String
- The enum value.