Package 

Class TapTargetUtilsKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 isEnabled here keeps the predicate identical to RUM's existing behaviour.