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
JavaEE Documentation
KeyboardCapabilities

Class KeyboardCapabilities

Hierarchy

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

Package
com.smartdevicelink.proxy.rpc

Overview

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}

Fields

KEY_MASK_INPUT_CHARACTERS_SUPPORTED

public static final java.lang.String KEY_MASK_INPUT_CHARACTERS_SUPPORTED
Constant Value
"maskInputCharactersSupported"

KEY_SUPPORTED_KEYBOARDS

public static final java.lang.String KEY_SUPPORTED_KEYBOARDS
Constant Value
"supportedKeyboards"

Inherited Fields

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

Constructors

KeyboardCapabilities()

Constructs a new KeyboardCapabilities object

public KeyboardCapabilities()

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

Constructs a new KeyboardCapabilities object indicated by the Hashtable parameter

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

Constructor Parameters

hash
The Hashtable to use

Methods

setMaskInputCharactersSupported( Boolean maskInputCharactersSupported )

Sets the maskInputCharactersSupported.

public com.smartdevicelink.proxy.rpc.KeyboardCapabilities setMaskInputCharactersSupported(Boolean maskInputCharactersSupported)

Method Parameters

maskInputCharactersSupported
Availability of capability to mask input characters using keyboard. True: Available, False: Not Available

getMaskInputCharactersSupported()

Gets the maskInputCharactersSupported.

public java.lang.Boolean getMaskInputCharactersSupported()

setSupportedKeyboards( java.util.List<com.smartdevicelink.proxy.rpc.KeyboardLayoutCapability> supportedKeyboards )

Sets the supportedKeyboards.

public com.smartdevicelink.proxy.rpc.KeyboardCapabilities setSupportedKeyboards(java.util.List<com.smartdevicelink.proxy.rpc.KeyboardLayoutCapability> supportedKeyboards)

Method Parameters

supportedKeyboards
Capabilities of supported keyboard layouts by HMI. {"array_max_size": 1000, "array_min_size": 1}

getSupportedKeyboards()

Gets the supportedKeyboards.

public java.util.List getSupportedKeyboards()

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