java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Notes | Version Available |
---|---|---|---|---|---|
keyboardLayout | KeyboardLayout | Y | |||
numConfigurableKeys | Integer | Number of keys available for special characters, App can customize as per their needs. | Y | {"num_max_value": 10, "num_min_value": 0} |
public static final java.lang.String KEY_KEYBOARD_LAYOUT
public static final java.lang.String KEY_NUM_CONFIGURABLE_KEYS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new KeyboardLayoutCapability object
public KeyboardLayoutCapability()
Constructs a new KeyboardLayoutCapability object indicated by the Hashtable parameter
public KeyboardLayoutCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new KeyboardLayoutCapability object
public KeyboardLayoutCapability(KeyboardLayout keyboardLayout,Integer numConfigurableKeys)
Sets the keyboardLayout.
public com.smartdevicelink.proxy.rpc.KeyboardLayoutCapability setKeyboardLayout(KeyboardLayout keyboardLayout)
Gets the keyboardLayout.
public com.smartdevicelink.proxy.rpc.enums.KeyboardLayout getKeyboardLayout()
Sets the numConfigurableKeys.
public com.smartdevicelink.proxy.rpc.KeyboardLayoutCapability setNumConfigurableKeys(Integer numConfigurableKeys)
Gets the numConfigurableKeys.
public java.lang.Integer getNumConfigurableKeys()
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 |