Package io.sentry.compose.gestures
Class ComposeGestureTargetLocator
java.lang.Object
io.sentry.compose.gestures.ComposeGestureTargetLocator
- All Implemented Interfaces:
GestureTargetLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable UiElement
locate
(@Nullable Object root, float x, float y, UiElement.Type targetType)
-
Constructor Details
-
ComposeGestureTargetLocator
-
-
Method Details
-
locate
@Nullable public @Nullable UiElement locate(@Nullable @Nullable Object root, float x, float y, UiElement.Type targetType) - Specified by:
locate
in interfaceGestureTargetLocator
-