Package 

Class AndroidViewGestureTargetLocator

  • All Implemented Interfaces:
    io.sentry.internal.gestures.GestureTargetLocator

    @ApiStatus.Internal() 
    public final class AndroidViewGestureTargetLocator
     implements GestureTargetLocator
                        
    • Method Summary

      Modifier and Type Method Description
      UiElement locate(@Nullable() Object root, float x, float y, UiElement.Type targetType)
      • Methods inherited from class io.sentry.internal.gestures.GestureTargetLocator

        locate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AndroidViewGestureTargetLocator

        AndroidViewGestureTargetLocator(LazyEvaluator<Boolean> isAndroidXAvailable)
    • Method Detail

      • locate

        @Nullable() UiElement locate(@Nullable() Object root, float x, float y, UiElement.Type targetType)