A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
P
- PENDING - enum entry in com.datadog.android.privacy.TrackingConsent
Any Log, Rum, Trace event will be persisted in a special location and will be pending there until we will receive one of the TrackingConsent.GRANTED or TrackingConsent.NOT_GRANTED flags. Based on the value of the consent flag we will decide what to do with the pending stored data.
- PerformanceMetric - class in com.datadog.android.core.metrics
- Base class for performance metric events.
- PerformanceMetric.Companion - class in com.datadog.android.core.metrics.PerformanceMetric
- PersistenceStrategy - class in com.datadog.android.core.persistence
- The main strategy used to persist data between the moment it's tracked and created, and the moment it's uploaded to the intake.
- PersistenceStrategy.Batch - class in com.datadog.android.core.persistence.PersistenceStrategy
- Describes the content of event batch.
- PersistenceStrategy.Factory - class in com.datadog.android.core.persistence.PersistenceStrategy
- A factory used to create an instance of a PersistenceStrategy.
- ProcessInfo - class in com.datadog.android.api.context
- Holds information about the current process.