public interface DeviceActionShortcuts
| Modifier and Type | Method and Description |
|---|---|
void |
hideKeyboard()
Hides the keyboard if it is showing.
|
void |
sendKeyEvent(int key)
Send a key event to the device
|
void hideKeyboard()
void sendKeyEvent(int key)
key - code for the key pressed on the deviceAndroidKeyCode,
IOSKeyCodeCopyright © 2014. All rights reserved.