TwistGestureRecognizer.OnGestureStartedListener

  • The TwistGestureRecognizer.OnGestureStartedListener interface defines callbacks that are triggered when a TwistGesture begins.

  • It inherits the onGestureStarted method from the BaseGestureRecognizer.OnGestureStartedListener interface, which is called when a TwistGesture starts.

  • This interface provides a way to respond to the start of a twist gesture in your AR application, allowing for custom actions or logic to be executed.

public static interface TwistGestureRecognizer.OnGestureStartedListener

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