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
MetadataType

MetadataType Class Reference

Constructors

Static Members

Constructors

new MetadataType()

Constructor for MetadataType.

Static Members

MetadataType.currentTemperature ⇒ String

Get the enum value for currentTemperature. The data in this field is the current temperature.

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

MetadataType.humidity ⇒ String

Get the enum value for humidity. The data in this field describes the current humidity value.

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

MetadataType.maximumTemperature ⇒ String

Get the enum value for maximumTemperature. The data in this field is the maximum temperature for the day.

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

MetadataType.mediaAlbum ⇒ String

Get the enum value for mediaAlbum. The data in this field contains the album title of the currently playing audio track.

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

MetadataType.mediaArtist ⇒ String

Get the enum value for mediaArtist. The data in this field contains the artist or creator of the currently playing audio track.

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

MetadataType.mediaGenre ⇒ String

Get the enum value for mediaGenre. The data in this field contains the genre of the currently playing audio track.

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

MetadataType.mediaStation ⇒ String

Get the enum value for mediaStation. The data in this field contains the name of the current source for the media.

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

MetadataType.mediaTitle ⇒ String

Get the enum value for mediaTitle. The data in this field contains the title of the currently playing audio track.

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

MetadataType.mediaYear ⇒ String

Get the enum value for mediaYear. The data in this field contains the creation year of the currently playing audio track.

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

MetadataType.minimumTemperature ⇒ String

Get the enum value for minimumTemperature. The data in this field is the minimum temperature for the day.

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

MetadataType.rating ⇒ String

Get the enum value for rating. The data in this field is a rating.

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

MetadataType.weatherTerm ⇒ String

Get the enum value for weatherTerm. The data in this field describes the current weather (ex. cloudy, clear, etc.).

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

View on GitHub.com
Previous Section Next Section