DragGestureRecognizer.OnGestureStartedListener

  • DragGestureRecognizer.OnGestureStartedListener provides callbacks when a DragGesture begins.

  • This interface inherits a method, onGestureStarted(), from BaseGestureRecognizer.OnGestureStartedListener, which is called when a drag gesture starts.

  • The onGestureStarted() method receives a DragGesture object as an argument, providing information about the gesture that just began.

public static interface DragGestureRecognizer.OnGestureStartedListener

Interface definition for a callbacks to be invoked when a DragGesture starts.