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

TimerMode Class Reference

Constructors

Static Members

Constructors

new TimerMode()

Constructor for TimerMode.

Static Members

TimerMode.DOWN ⇒ String

Get the enum value for DOWN. Causes the media clock timer to update from a specified time to 0:00

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

TimerMode.NONE ⇒ String

Get the enum value for NONE. Indicates to not use the media clock timer

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

TimerMode.UP ⇒ String

Get the enum value for UP. Causes the media clock timer to update from 0:00 to a specified time

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

View on GitHub.com