You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param [Integer] key The key to long press. The values which have +KEYCODE_+ prefix in http://developer.android.com/reference/android/view/KeyEvent.html
573
573
# e.g.: KEYCODE_HOME is +3+ or +0x00000003+
574
-
# @param [[Integer]] metastate The state the metakeys should be in when pressing the key. Default is empty Array.
574
+
# @param [Array<Integer>] metastate The state the metakeys should be in when pressing the key. Default is empty Array.
575
575
# Metastate have +META_+ prefix in https://developer.android.com/reference/android/view/KeyEvent.html
576
576
# e.g.: META_SHIFT_ON is +1+ or +0x00000001+
577
-
# @param [[Integer]] flags Native Android flag value. Several flags can be combined into a single key event.
577
+
# @param [Array<Integer>] flags Native Android flag value. Several flags can be combined into a single key event.
578
578
# Default is empty Array. Can set multiple flags as Array.
579
579
# Flags have +FLAG_+ prefix in http://developer.android.com/reference/android/view/KeyEvent.html
0 commit comments