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.