public class KeyboardLayoutCapability extends 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} |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_KEYBOARD_LAYOUT |
static String |
KEY_NUM_CONFIGURABLE_KEYS |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
KeyboardLayoutCapability()
Constructs a new KeyboardLayoutCapability object
|
KeyboardLayoutCapability(Hashtable<String,Object> hash)
Constructs a new KeyboardLayoutCapability object indicated by the Hashtable parameter
|
KeyboardLayoutCapability(KeyboardLayout keyboardLayout,
Integer numConfigurableKeys)
Constructs a new KeyboardLayoutCapability object
|
| Modifier and Type | Method and Description |
|---|---|
KeyboardLayout |
getKeyboardLayout()
Gets the keyboardLayout.
|
Integer |
getNumConfigurableKeys()
Gets the numConfigurableKeys.
|
KeyboardLayoutCapability |
setKeyboardLayout(KeyboardLayout keyboardLayout)
Sets the keyboardLayout.
|
KeyboardLayoutCapability |
setNumConfigurableKeys(Integer numConfigurableKeys)
Sets the numConfigurableKeys.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_KEYBOARD_LAYOUT
public static final String KEY_NUM_CONFIGURABLE_KEYS
public KeyboardLayoutCapability()
public KeyboardLayoutCapability(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic KeyboardLayoutCapability(@NonNull
KeyboardLayout keyboardLayout,
@NonNull
Integer numConfigurableKeys)
keyboardLayout - numConfigurableKeys - Number of keys available for special characters, App can customize as per their needs.
{"num_max_value": 10, "num_min_value": 0}public KeyboardLayoutCapability setKeyboardLayout(@NonNull KeyboardLayout keyboardLayout)
keyboardLayout - public KeyboardLayout getKeyboardLayout()
public KeyboardLayoutCapability setNumConfigurableKeys(@NonNull Integer numConfigurableKeys)
numConfigurableKeys - Number of keys available for special characters, App can customize as per their needs.
{"num_max_value": 10, "num_min_value": 0}public Integer getNumConfigurableKeys()