Package 

Interface HeatmapIdentifierRegistryProvider

    • Method Summary

      Modifier and Type Method Description
      abstract HeatmapIdentifierRegistry getHeatmapIdentifierRegistry() The registry that maps view identity keys to their stable HeatmapIdentifiers for this feature's current screen.
      • Methods inherited from class java.lang.Object

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

      • getHeatmapIdentifierRegistry

         abstract HeatmapIdentifierRegistry getHeatmapIdentifierRegistry()

        The registry that maps view identity keys to their stable HeatmapIdentifiers for this feature's current screen. Session Replay writes identifiers into this registry during each traversal; the RUM layer reads from it when a tap action is sent.