TextAlignment
Array.<String>
Image
String
String
String
String
String
String
MetadataTags
Image
Array.<SoftButton>
String
TemplateConfiguration
String
Number
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
Show
TextAlignment
Get the Alignment
Kind: Instance method of Show
Returns: TextAlignment
- the KEY_ALIGNMENT value
Array.<String>
Get the CustomPresets
Kind: Instance method of Show
Returns: Array.<String>
- the KEY_CUSTOM_PRESETS value
Image
Get the Graphic
Kind: Instance method of Show
Returns: Image
- the KEY_GRAPHIC value
String
Get the MainField1
Kind: Instance method of Show
Returns: String
- the KEY_MAIN_FIELD_1 value
String
Get the MainField2
Kind: Instance method of Show
Returns: String
- the KEY_MAIN_FIELD_2 value
String
Get the MainField3
Kind: Instance method of Show
Returns: String
- the KEY_MAIN_FIELD_3 value
String
Get the MainField4
Kind: Instance method of Show
Returns: String
- the KEY_MAIN_FIELD_4 value
String
Get the MediaClock
Kind: Instance method of Show
Returns: String
- the KEY_MEDIA_CLOCK value
String
Get the MediaTrack
Kind: Instance method of Show
Returns: String
- the KEY_MEDIA_TRACK value
MetadataTags
Get the MetadataTags
Kind: Instance method of Show
Returns: MetadataTags
- the KEY_METADATA_TAGS value
Image
Get the SecondaryGraphic
Kind: Instance method of Show
Returns: Image
- the KEY_SECONDARY_GRAPHIC value
Array.<SoftButton>
Get the SoftButtons
Kind: Instance method of Show
Returns: Array.<SoftButton>
- the KEY_SOFT_BUTTONS value
String
Get the StatusBar
Kind: Instance method of Show
Returns: String
- the KEY_STATUS_BAR value
TemplateConfiguration
Get the TemplateConfiguration
Kind: Instance method of Show
Returns: TemplateConfiguration
- the KEY_TEMPLATE_CONFIGURATION value
String
Get the TemplateTitle
Kind: Instance method of Show
Returns: String
- the KEY_TEMPLATE_TITLE value
Number
Get the WindowID
Kind: Instance method of Show
Returns: Number
- the KEY_WINDOW_ID value
Show
Set the Alignment
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
alignment | TextAlignment |
Specifies how mainField1 and mainField2 texts should be aligned on display. If omitted, texts will be centered. - The desired Alignment. |
Show
Set the CustomPresets
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
presets | Array.<String> |
App labeled on-screen presets (i.e. on-screen media presets or dynamic search suggestions). If omitted on supported displays, the presets will be shown as not defined. - The desired CustomPresets. {'array_min_size': 0, 'array_max_size': 10, 'string_min_length': 1, 'string_max_length': 500} |
Show
Set the Graphic
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
graphic | Image |
Image struct determining whether static or dynamic image to display in app. If omitted on supported displays, the displayed graphic shall not change. - The desired Graphic. |
Show
Set the MainField1
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
field1 | String |
The text that should be displayed in a single or upper display line. If this text is not set, the text of mainField1 stays unchanged. If this text is empty "", the field will be cleared. - The desired MainField1. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MainField2
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
field2 | String |
The text that should be displayed on the second display line. If this text is not set, the text of mainField2 stays unchanged. If this text is empty "", the field will be cleared. - The desired MainField2. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MainField3
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
field3 | String |
The text that should be displayed on the second "page" first display line. If this text is not set, the text of mainField3 stays unchanged. If this text is empty "", the field will be cleared. - The desired MainField3. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MainField4
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
field4 | String |
The text that should be displayed on the second "page" second display line. If this text is not set, the text of mainField4 stays unchanged. If this text is empty "", the field will be cleared. - The desired MainField4. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MediaClock
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
clock | String |
Text value for MediaClock field. Has to be properly formatted by Mobile App according to the module's capabilities. If this text is set, any automatic media clock updates previously set with SetMediaClockTimer will be stopped. - The desired MediaClock. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MediaTrack
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
track | String |
The text that should be displayed in the track field. If this text is not set, the text of mediaTrack stays unchanged. If this text is empty "", the field will be cleared. - The desired MediaTrack. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the MetadataTags
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
tags | MetadataTags |
App defined metadata information. See MetadataStruct. Uses mainField1, mainField2, mainField3, mainField4. If omitted on supported displays, the currently set metadata tags will not change. If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed. - The desired MetadataTags. |
Show
Set the SecondaryGraphic
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
graphic | Image |
Image struct determining whether static or dynamic secondary image to display in app. If omitted on supported displays, the displayed secondary graphic shall not change. - The desired SecondaryGraphic. |
Show
Set the SoftButtons
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
buttons | Array.<SoftButton> |
App defined SoftButtons. If omitted on supported displays, the currently displayed SoftButton values will not change. - The desired SoftButtons. {'array_min_size': 0, 'array_max_size': 8} |
Show
Set the StatusBar
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
bar | String |
Requires investigation regarding the nav display capabilities. Potentially lower lowerStatusBar, upperStatusBar, titleBar, etc. - The desired StatusBar. {'string_min_length': 0, 'string_max_length': 500} |
Show
Set the TemplateConfiguration
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
configuration | TemplateConfiguration |
Used to set an alternate template layout to a window. - The desired TemplateConfiguration. |
Show
Set the TemplateTitle
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
title | String |
The title of the new template that will be displayed. How this will be displayed is dependent on the OEM design and implementation of the template. - The desired TemplateTitle. {'string_min_length': 0, 'string_max_length': 100} |
Show
Set the WindowID
Kind: Instance method of Show
Returns: Show
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | Number |
This is the unique ID assigned to the window that this RPC is intended. If this param is not included, it will be assumed that this request is specifically for the main window on the main display. See PredefinedWindows enum. - The desired WindowID. |