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

LayoutMode Class Reference

Constructors

Static Members

Constructors

new LayoutMode()

Constructor for LayoutMode.

Static Members

LayoutMode.ICON_ONLY ⇒ String

Get the enum value for ICON_ONLY. This mode causes the interaction to display the previous set of choices as icons.

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

Get the enum value for ICON_WITH_SEARCH. This mode causes the interaction to display the previous set of choices as icons along with a search field in the HMI.

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

LayoutMode.KEYBOARD ⇒ String

Get the enum value for KEYBOARD. This mode causes the interaction to immediately display a keyboard entry through the HMI.

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

LayoutMode.LIST_ONLY ⇒ String

Get the enum value for LIST_ONLY. This mode causes the interaction to display the previous set of choices as a list.

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

Get the enum value for LIST_WITH_SEARCH. This mode causes the interaction to display the previous set of choices as a list along with a search field in the HMI.

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

View on GitHub.com