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
InteractionMode

InteractionMode Class Reference

Constructors

Static Members

Constructors

new InteractionMode()

Constructor for InteractionMode.

Static Members

InteractionMode.BOTH ⇒ String

Get the enum value for BOTH. This mode causes both a VR and display selection option for an interaction. The user will first be asked via Voice Interaction (if available). If this is unsuccessful, the system will switch to manual input.

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

InteractionMode.MANUAL_ONLY ⇒ String

Get the enum value for MANUAL_ONLY. This mode causes the interaction to only occur on the display, meaning the choices are provided only via the display. No Voice Interaction.

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

InteractionMode.VR_ONLY ⇒ String

Get the enum value for VR_ONLY. This mode causes the interaction to only occur using the headunits VR system. Selections are made by saying the command.

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

View on GitHub.com
Previous Section Next Section