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
WindowTypeCapabilities

WindowTypeCapabilities Class Reference

Constructors

Instance Methods

Constructors

new WindowTypeCapabilities(parameters)

Initializes an instance of WindowTypeCapabilities.

Instance Methods

windowTypeCapabilities.getMaximumNumberOfWindows() ⇒ Number

Get the MaximumNumberOfWindows

Kind: Instance method of WindowTypeCapabilities
Returns: Number - the KEY_MAXIMUM_NUMBER_OF_WINDOWS value

windowTypeCapabilities.getType() ⇒ WindowType

Get the Type

Kind: Instance method of WindowTypeCapabilities
Returns: WindowType - the KEY_TYPE value

windowTypeCapabilities.setMaximumNumberOfWindows(windows) ⇒ WindowTypeCapabilities

Set the MaximumNumberOfWindows

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

ParamTypeDescription
windows Number The desired MaximumNumberOfWindows.

windowTypeCapabilities.setType(type) ⇒ WindowTypeCapabilities

Set the Type

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

ParamTypeDescription
type WindowType The desired Type.
View on GitHub.com
Previous Section Next Section