-
public interface HeatmapIdentifierRegistryProviderImplemented by SDK features that own a HeatmapIdentifierRegistry, allowing peer features to obtain a typed reference via com.datadog.android.api.feature.FeatureScope.unwrap.
-
-
Method Summary
Modifier and Type Method Description abstract HeatmapIdentifierRegistrygetHeatmapIdentifierRegistry()The registry that maps view identity keys to their stable HeatmapIdentifiers for this feature's current screen. -
-
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.
-
-
-
-