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
KeypressMode

KeypressMode Class Reference

Constructors

Static Members

Constructors

new KeypressMode()

Constructor for KeypressMode.

Static Members

KeypressMode.QUEUE_KEYPRESSES ⇒ String

Get the enum value for QUEUE_KEYPRESSES. The keypresses are queued and a string is eventually sent once the user chooses to submit their entry.

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

KeypressMode.RESEND_CURRENT_ENTRY ⇒ String

Get the enum value for RESEND_CURRENT_ENTRY. The keypresses are queue and a string is sent each time the user presses a keyboard key; the string contains the entire current entry.

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

KeypressMode.SINGLE_KEYPRESS ⇒ String

Get the enum value for SINGLE_KEYPRESS. Each keypress is individually sent as the user presses the keyboard keys.

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

View on GitHub.com
Previous Section Next Section