String
KeyboardEvent
OnKeyboardInput
OnKeyboardInput
String
Get the Data
Kind: Instance method of OnKeyboardInput
Returns: String
- the KEY_DATA value
KeyboardEvent
Get the Event
Kind: Instance method of OnKeyboardInput
Returns: KeyboardEvent
- the KEY_EVENT value
OnKeyboardInput
Set the Data
Kind: Instance method of OnKeyboardInput
Returns: OnKeyboardInput
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | String |
On-screen keyboard input data. For dynamic keypress events, this will be the current compounded string of entry text. For entry submission events, this will be the full text entry (this will always return regardless of the mode). For entry cancelled and entry aborted events, this data param will be omitted. - The desired Data. {'string_min_length': 1, 'string_max_length': 500} |