-
public final class HeatmapIdentifierA stable, globally unique identifier for a UI element, used to correlate RUM tap actions with Session Replay wireframes for heatmap rendering.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHeatmapIdentifier.Companion
-
Constructor Summary
Constructors Constructor Description HeatmapIdentifier(String rawValue)
-
Method Summary
Modifier and Type Method Description final StringgetRawValue()-
-
Constructor Detail
-
HeatmapIdentifier
HeatmapIdentifier(String rawValue)
-
-
Method Detail
-
getRawValue
final String getRawValue()
-
-
-
-