-
public final class TapTargetUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisValidTapTarget(View $self)Single canonical tap-target predicate shared by the RUM gesture layer and Session Replay, so both subsystems stay in sync automatically. -
-
Method Detail
-
isValidTapTarget
final static Boolean isValidTapTarget(View $self)
Single canonical tap-target predicate shared by the RUM gesture layer and Session Replay, so both subsystems stay in sync automatically.
Note: View.isEnabled is intentionally not checked. Disabled views retain View.isClickable = true on Android but never receive touch events, so the RUM gesture layer never fires for them. Excluding
isEnabledhere keeps the predicate identical to RUM's existing behaviour.
-
-
-
-