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
MetadataTags

MetadataTags Class Reference

Constructors

Instance Methods

Constructors

new MetadataTags(parameters)

Initializes an instance of MetadataTags.

Instance Methods

metadataTags.getMainField1() ⇒ Array.<MetadataType>

Get the MainField1

Kind: Instance method of MetadataTags
Returns: Array.<MetadataType> - the KEY_MAIN_FIELD_1 value

metadataTags.getMainField2() ⇒ Array.<MetadataType>

Get the MainField2

Kind: Instance method of MetadataTags
Returns: Array.<MetadataType> - the KEY_MAIN_FIELD_2 value

metadataTags.getMainField3() ⇒ Array.<MetadataType>

Get the MainField3

Kind: Instance method of MetadataTags
Returns: Array.<MetadataType> - the KEY_MAIN_FIELD_3 value

metadataTags.getMainField4() ⇒ Array.<MetadataType>

Get the MainField4

Kind: Instance method of MetadataTags
Returns: Array.<MetadataType> - the KEY_MAIN_FIELD_4 value

metadataTags.setMainField1(field1) ⇒ MetadataTags

Set the MainField1

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

ParamTypeDescription
field1 Array.<MetadataType> The type of data contained in the "mainField1" text field. - The desired MainField1. {'array_min_size': 0, 'array_max_size': 5}

metadataTags.setMainField2(field2) ⇒ MetadataTags

Set the MainField2

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

ParamTypeDescription
field2 Array.<MetadataType> The type of data contained in the "mainField2" text field. - The desired MainField2. {'array_min_size': 0, 'array_max_size': 5}

metadataTags.setMainField3(field3) ⇒ MetadataTags

Set the MainField3

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

ParamTypeDescription
field3 Array.<MetadataType> The type of data contained in the "mainField3" text field. - The desired MainField3. {'array_min_size': 0, 'array_max_size': 5}

metadataTags.setMainField4(field4) ⇒ MetadataTags

Set the MainField4

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

ParamTypeDescription
field4 Array.<MetadataType> The type of data contained in the "mainField4" text field. - The desired MainField4. {'array_min_size': 0, 'array_max_size': 5}
View on GitHub.com
Previous Section Next Section