java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Notes | Version Available |
---|---|---|---|---|---|
maskInputCharactersSupported | Boolean | Availability of capability to mask input characters using keyboard. True: Available,False: Not Available | N | ||
supportedKeyboards | List |
Capabilities of supported keyboard layouts by HMI. | N | {"array_max_size": 1000, "array_min_size": 1} |
public static final java.lang.String KEY_MASK_INPUT_CHARACTERS_SUPPORTED
public static final java.lang.String KEY_SUPPORTED_KEYBOARDS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new KeyboardCapabilities object
public KeyboardCapabilities()
Constructs a new KeyboardCapabilities object indicated by the Hashtable parameter
public KeyboardCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the maskInputCharactersSupported.
public com.smartdevicelink.proxy.rpc.KeyboardCapabilities setMaskInputCharactersSupported(Boolean maskInputCharactersSupported)
Gets the maskInputCharactersSupported.
public java.lang.Boolean getMaskInputCharactersSupported()
Sets the supportedKeyboards.
public com.smartdevicelink.proxy.rpc.KeyboardCapabilities setSupportedKeyboards(java.util.List<com.smartdevicelink.proxy.rpc.KeyboardLayoutCapability> supportedKeyboards)
Gets the supportedKeyboards.
public java.util.List getSupportedKeyboards()
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 |