BooleanArray.<KeyboardLayoutCapability>KeyboardCapabilitiesKeyboardCapabilitiesBooleanGet the MaskInputCharactersSupported
Kind: Instance method of KeyboardCapabilities
Returns: Boolean - the KEY_MASK_INPUT_CHARACTERS_SUPPORTED value
Array.<KeyboardLayoutCapability>Get the SupportedKeyboards
Kind: Instance method of KeyboardCapabilities
Returns: Array.<KeyboardLayoutCapability> - the KEY_SUPPORTED_KEYBOARDS value
KeyboardCapabilitiesSet the MaskInputCharactersSupported
Kind: Instance method of KeyboardCapabilities
Returns: KeyboardCapabilities - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| supported | Boolean |
Availability of capability to mask input characters using keyboard. True: Available, False: Not Available - The desired MaskInputCharactersSupported. |
KeyboardCapabilitiesSet the SupportedKeyboards
Kind: Instance method of KeyboardCapabilities
Returns: KeyboardCapabilities - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| keyboards | Array.<KeyboardLayoutCapability> |
Capabilities of supported keyboard layouts by HMI. - The desired SupportedKeyboards. {'array_min_size': 1, 'array_max_size': 1000} |