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

SystemContext Class Reference

Constructors

Static Members

Constructors

new SystemContext()

Constructor for SystemContext.

Static Members

SystemContext.SYSCTXT_ALERT ⇒ String

Get the enum value for SYSCTXT_ALERT. Broadcast only to whichever app has an alert currently being displayed.

Kind: Static property of SystemContext
Returns: String - The enum value.

SystemContext.SYSCTXT_HMI_OBSCURED ⇒ String

Get the enum value for SYSCTXT_HMI_OBSCURED. The app's display HMI is currently being obscured by either a system or other app's overlay.

Kind: Static property of SystemContext
Returns: String - The enum value.

SystemContext.SYSCTXT_MAIN ⇒ String

Get the enum value for SYSCTXT_MAIN. The app's persistent display (whether media/non-media/navigation) is fully visible onscreen.

Kind: Static property of SystemContext
Returns: String - The enum value.

SystemContext.SYSCTXT_MENU ⇒ String

Get the enum value for SYSCTXT_MENU. The system is currently displaying an in-App menu onscreen.

Kind: Static property of SystemContext
Returns: String - The enum value.

SystemContext.SYSCTXT_VRSESSION ⇒ String

Get the enum value for SYSCTXT_VRSESSION. The system is currently in a VR session (with whatever dedicated VR screen being overlaid onscreen).

Kind: Static property of SystemContext
Returns: String - The enum value.

View on GitHub.com