A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
H
- HeatmapIdentifier - class in com.datadog.android.internal.heatmaps
- A stable, globally unique identifier for a UI element, used to correlate RUM tap actions with Session Replay wireframes for heatmap rendering.
- HeatmapIdentifier.Companion - class in com.datadog.android.internal.heatmaps.HeatmapIdentifier
- HeatmapIdentifierRegistry - class in com.datadog.android.internal.heatmaps
- Stores and retrieves HeatmapIdentifiers keyed by composite view identity key (see heatmapViewKey).
- HeatmapIdentifierRegistry.Companion - class in com.datadog.android.internal.heatmaps.HeatmapIdentifierRegistry
- HeatmapIdentifierRegistryProvider - class in com.datadog.android.heatmaps
- Implemented by SDK features that own a HeatmapIdentifierRegistry, allowing peer features to obtain a typed reference via com.datadog.android.api.feature.FeatureScope.
- heatmapViewKey(View) - function in com.datadog.android.heatmaps.HeatmapViewKeyKt
- Returns the key used to store and look up a view's HeatmapIdentifier in a HeatmapIdentifierRegistry.
- HeatmapViewKeyKt - class in com.datadog.android.heatmaps
- HttpSpec - class in com.datadog.android.internal.network
- HTTP specification constants and utilities.
- HttpSpec.ContentType - class in com.datadog.android.internal.network.HttpSpec
- HTTP content type values and utilities.
- HttpSpec.Header - class in com.datadog.android.internal.network.HttpSpec
- Standard HTTP header names.
- HttpSpec.Method - class in com.datadog.android.internal.network.HttpSpec
- Standard HTTP request methods.
- HttpSpec.StatusCode - class in com.datadog.android.internal.network.HttpSpec
- Standard HTTP status codes.