Protected
constructorRequests the client to hide the keyboard and clear any existing text in the inivisible text view.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Requests the client to pop up the keyboard with specific type and return key type, fill the inivisible text view with the initial text, and set the selected text range. When user starts editing the text, the new text string and the new selected range are returned to the lens by invoking the onTextChanged function.
Requests the client to set the editing ("cursor") position on the invisible text view.
Requests the client to set the selected text range on the invisible text view.
Provides access to the device's input system. Accessible through
global.textInputSystem
.Example