PinchGestureRecognizer.OnGestureStartedListener

  • PinchGestureRecognizer.OnGestureStartedListener defines callbacks that are triggered when a PinchGesture begins.

  • It inherits methods from BaseGestureRecognizer.OnGestureStartedListener, including onGestureStarted(), which is called when a PinchGesture starts.

  • The onGestureStarted() method provides access to the PinchGesture object, allowing developers to respond to the gesture.

public static interface PinchGestureRecognizer.OnGestureStartedListener

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