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
OnButtonPress

OnButtonPress Class Reference

Constructors

Instance Methods

Constructors

new OnButtonPress(parameters)

Initializes an instance of OnButtonPress.

Instance Methods

onButtonPress.getButtonName() ⇒ ButtonName

Get the ButtonName

Kind: Instance method of OnButtonPress
Returns: ButtonName - the KEY_BUTTON_NAME value

onButtonPress.getButtonPressMode() ⇒ ButtonPressMode

Get the ButtonPressMode

Kind: Instance method of OnButtonPress
Returns: ButtonPressMode - the KEY_BUTTON_PRESS_MODE value

onButtonPress.getCustomButtonID() ⇒ Number

Get the CustomButtonID

Kind: Instance method of OnButtonPress
Returns: Number - the KEY_CUSTOM_BUTTON_ID value

onButtonPress.setButtonName(name) ⇒ OnButtonPress

Set the ButtonName

Kind: Instance method of OnButtonPress
Returns: OnButtonPress - The class instance for method chaining.

ParamTypeDescription
name ButtonName Defines the hard (physical) and soft (touchscreen) buttons available from the module - The desired ButtonName.

onButtonPress.setButtonPressMode(mode) ⇒ OnButtonPress

Set the ButtonPressMode

Kind: Instance method of OnButtonPress
Returns: OnButtonPress - The class instance for method chaining.

ParamTypeDescription
mode ButtonPressMode Indicates whether this is a LONG or SHORT button press event. - The desired ButtonPressMode.

onButtonPress.setCustomButtonID(id) ⇒ OnButtonPress

Set the CustomButtonID

Kind: Instance method of OnButtonPress
Returns: OnButtonPress - The class instance for method chaining.

ParamTypeDescription
id Number If ButtonName is "CUSTOM_BUTTON", this references the integer ID passed by a custom button. (e.g. softButton ID) - The desired CustomButtonID. {'num_min_value': 0, 'num_max_value': 65536}
View on GitHub.com
Previous Section Next Section