DragGesture.OnGestureEventListener

  • DragGesture.OnGestureEventListener defines callbacks invoked by a DragGesture, enabling interaction with drag events.

  • It inherits methods like onFinished and onUpdated from BaseGesture.OnGestureEventListener to handle drag gesture updates and completion.

  • These methods provide access to the DragGesture object, allowing developers to respond to drag interactions within AR scenes.

public static interface DragGesture.OnGestureEventListener

Interface definition for callbacks to be invoked by a DragGesture.

Inherited Methods