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
Android Documentation
HMISettingsControlData

Class HMISettingsControlData

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

Corresponds to "HMI_SETTINGS" ModuleType

Fields

KEY_DISPLAY_MODE

public static final java.lang.String KEY_DISPLAY_MODE
Constant Value
"displayMode"

KEY_TEMPERATURE_UNIT

public static final java.lang.String KEY_TEMPERATURE_UNIT
Constant Value
"temperatureUnit"

KEY_DISTANCE_UNIT

public static final java.lang.String KEY_DISTANCE_UNIT
Constant Value
"distanceUnit"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

HMISettingsControlData()

public HMISettingsControlData()

HMISettingsControlData( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public HMISettingsControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash

Methods

setDisplayMode( DisplayMode displayMode )

Sets the displayMode portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.HMISettingsControlData setDisplayMode(DisplayMode displayMode)

Method Parameters

displayMode
the display mode (DAY, NIGHT, AUTO) of screen on the respective module

getDisplayMode()

Gets the displayMode portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.enums.DisplayMode getDisplayMode()

setTemperatureUnit( TemperatureUnit temperatureUnit )

Sets the temperatureUnit portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.HMISettingsControlData setTemperatureUnit(TemperatureUnit temperatureUnit)

Method Parameters

temperatureUnit
enum value of temperature unit associated with the display of the current module

getTemperatureUnit()

Gets the temperatureUnit portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.enums.TemperatureUnit getTemperatureUnit()

setDistanceUnit( DistanceUnit distanceUnit )

Sets the distanceUnit portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.HMISettingsControlData setDistanceUnit(DistanceUnit distanceUnit)

Method Parameters

distanceUnit
enum value of distance unit associated with the display of the current module

getDistanceUnit()

Gets the distanceUnit portion of the HMISettingsControlData class

public com.smartdevicelink.proxy.rpc.enums.DistanceUnit getDistanceUnit()

Inherited Methods

From Class Methods
com.smartdevicelink.proxy.RPCStruct getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section