Package io.sentry.compose.gestures
Class ComposeGestureTargetLocator
java.lang.Object
io.sentry.compose.gestures.ComposeGestureTargetLocator
- All Implemented Interfaces:
io.sentry.internal.gestures.GestureTargetLocator
public final class ComposeGestureTargetLocator
extends Object
implements io.sentry.internal.gestures.GestureTargetLocator
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ComposeGestureTargetLocator
-
-
Method Details
-
locate
@Nullable public @Nullable io.sentry.internal.gestures.UiElement locate(@NotNull @NotNull Object root, float x, float y, io.sentry.internal.gestures.UiElement.Type targetType) - Specified by:
locate
in interfaceio.sentry.internal.gestures.GestureTargetLocator
-