GestureAction
@objc
public enum GestureAction : Int
Gesture actions
- touch: simple gesture
- navigate: navigation gesture
- download: download action
- exit: exit action
- search: internal search action
-
- touch: simple gesture
Declaration
Swift
case touch = 0
-
- navigate: navigation gesture
Declaration
Swift
case navigate = 1
-
- download: download action
Declaration
Swift
case download = 2
-
- exit: exit action
Declaration
Swift
case exit = 3
-
- search: internal search action
Declaration
Swift
case search = 4