Preview 2.0 is now in Public Beta!
Read the Announcement
GesturesObserver

Summary

Constructors

constructor

new GesturesObserver(target: Partial<View>, callback: (args: GestureEventData) => void, context: any): GesturesObserver
Parameter Default Description
target
Partial<View>

callback
(args: GestureEventData) => void

context
any

Properties

androidOnTouchEvent

androidOnTouchEvent: (motionEvent: any) => void

callback

context

Methods

disconnect

disconnect(): any

observe

observe(type: GestureTypes): any
Parameter Default Description
type

Returns any
Previous
Frame