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
SeatStatus

SeatStatus Class Reference

Constructors

Instance Methods

Constructors

new SeatStatus(parameters)

Initializes an instance of SeatStatus.

Instance Methods

seatStatus.getConditionActive() ⇒ Boolean

Get the ConditionActive

Kind: Instance method of SeatStatus
Returns: Boolean - the KEY_CONDITION_ACTIVE value

seatStatus.getSeatLocation() ⇒ SeatLocation

Get the SeatLocation

Kind: Instance method of SeatStatus
Returns: SeatLocation - the KEY_SEAT_LOCATION value

seatStatus.setConditionActive(active) ⇒ SeatStatus

Set the ConditionActive

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

ParamTypeDescription
active Boolean The desired ConditionActive.

seatStatus.setSeatLocation(location) ⇒ SeatStatus

Set the SeatLocation

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

ParamTypeDescription
location SeatLocation Describes the location of a seat. - The desired SeatLocation.
View on GitHub.com
Previous Section Next Section