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
SeatMemoryAction

SeatMemoryAction Class Reference

Constructors

Instance Methods

Constructors

new SeatMemoryAction(parameters)

Initializes an instance of SeatMemoryAction.

Instance Methods

seatMemoryAction.getAction() ⇒ SeatMemoryActionType

Get the Action

Kind: Instance method of SeatMemoryAction
Returns: SeatMemoryActionType - the KEY_ACTION value

seatMemoryAction.getIdParam() ⇒ Number

Get the IdParam

Kind: Instance method of SeatMemoryAction
Returns: Number - the KEY_ID value

seatMemoryAction.getLabel() ⇒ String

Get the Label

Kind: Instance method of SeatMemoryAction
Returns: String - the KEY_LABEL value

seatMemoryAction.setAction(action) ⇒ SeatMemoryAction

Set the Action

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

ParamTypeDescription
action SeatMemoryActionType The desired Action.

seatMemoryAction.setIdParam(id) ⇒ SeatMemoryAction

Set the IdParam

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

ParamTypeDescription
id Number The desired IdParam. {'num_min_value': 1, 'num_max_value': 10}

seatMemoryAction.setLabel(label) ⇒ SeatMemoryAction

Set the Label

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

ParamTypeDescription
label String The desired Label. {'string_min_length': 1, 'string_max_length': 100}
View on GitHub.com
Previous Section Next Section