java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
onScreenPresetsAvailable | Boolean | Defines, if Onscreen custom presets are available. | SmartDeviceLink 2.0 |
public static final java.lang.String KEY_ON_SCREEN_PRESETS_AVAILABLE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated PresetBankCapabilities object
public PresetBankCapabilities()
Constructs a newly allocated PresetBankCapabilities object indicated by the Hashtable parameter
public PresetBankCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated PresetBankCapabilities object
public PresetBankCapabilities(Boolean onScreenPresetsAvailable)
set if Onscreen custom presets are available.
public void setOnScreenPresetsAvailable(Boolean onScreenPresetsAvailable)
Defines, if Onscreen custom presets are available.
public java.lang.Boolean onScreenPresetsAvailable()
Defines, if Onscreen custom presets are available.
public java.lang.Boolean getOnScreenPresetsAvailable()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, deserializeJSONObject, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |