Class GestureListenerExt
An extended gesture listener that inherits from ContentView and implements ITouchListener and ITapGestureListener interfaces for handling tap and touch gestures. ITouchListener is added because IsTouchHandled not worked without this in iOS and macOS.
Namespace: Syncfusion.Maui.AIAssistView.Helpers
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class GestureListenerExt : ContentView, ITouchListener, ITapGestureListener, IGestureListener