public class Show extends RPCRequest
HMILevel needs to be FULL, LIMITED or BACKGROUND
Parameter List
| Param Name | Type | Description | Req. | Notes | Version Available | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mainField1 | String | Text to be displayed in a single-line display, or in the upper display line in a two-line display. | N | If this parameter is omitted, the text of mainField1 does not change. If this parameter is an empty string, the field will be cleared. Maxlength = 500 |
SmartDeviceLink 1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mainField2 | String | Text to be displayed on the second display line of a two-line display. | N | If this parameter is omitted, the text of mainField2 does not change. If this parameter is an empty string, the field will be cleared. If provided and the display is a single-line display, the parameter is ignored. Maxlength = 500 |
SmartDeviceLink 1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mainField3 | String | Text to be displayed on the first display line of the second page. | N | If this parameter is omitted, the text of mainField3 does not change. If this parameter is an empty string, the field will be cleared. If provided and the display is a single-line display, the parameter is ignored. Maxlength = 500 |
SmartDeviceLink 2.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mainField4 | String | Text to be displayed on the second display line of the second page. | N | If this parameter is omitted, the text of mainField4 does not change. If this parameter is an empty string, the field will be cleared. If provided and the display is a single-line display, the parameter is ignored. Maxlength = 500 |
SmartDeviceLink 2.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| alignment | TextAlignment | Specifies how mainField1 and mainField2 text should be aligned on display. | N | Applies only to mainField1 and mainField2 provided on this call, not to what is already showing in display. If this parameter is omitted, text in both mainField1 and mainField2 will be centered. Has no effect with navigation display |
SmartDeviceLink 1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| statusBar | String | The text is placed in the status bar area. | N | Note: The status bar only exists on navigation displays If this parameter is omitted, the status bar text will remain unchanged. If this parameter is an empty string, the field will be cleared. If provided and the display has no status bar, this parameter is ignored. Maxlength = 500 |
SmartDeviceLink 1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mediaClock | 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. | N | {"string_min_length": 0, "string_max_length": 500} |
|