Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

SystemAction Class Reference

Constructors

Static Members

Constructors

new SystemAction()

Constructor for SystemAction.

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.

View on GitHub.com