A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
W
- WARN - enum entry in com.datadog.android.api.InternalLogger.Level
Warning level.
- withContext(Set,Function1) - function in com.datadog.android.api.feature.FeatureScope
- Utility to read current DatadogContext, asynchronously.
- withWriteContext(Set,Function2) - function in com.datadog.android.api.feature.FeatureScope
- Utility to write an event, asynchronously.
- withWriteContextSync(Set,Function2) - function in com.datadog.android.api.feature.FeatureScope
- Same as withWriteContext, but blocks the calling thread until callback has returned.
- write(EventBatchWriter,T,EventType) - function in com.datadog.android.api.storage.DataWriter
- Writes the element with a given EventBatchWriter.
- write(RawBatchEvent,ByteArray,EventType) - function in com.datadog.android.api.storage.EventBatchWriter
- Writes the content of the event to the current available batch.
- write(EventBatchWriter,RawBatchEvent,ByteArray,EventType,TelemetryContext) - function in com.datadog.android.api.storage.EventBatchWriterKt
- Writes an event, forwarding telemetryContext when the underlying writer supports dropped-event telemetry, otherwise falling back to the plain EventBatchWriter.write.
- write(RawBatchEvent,ByteArray,EventType,TelemetryContext) - function in com.datadog.android.core.internal.storage.TelemetryAwareEventBatchWriter
- Write a raw event with telemetry metadata for dropped-event tracking.
- write(RawBatchEvent,ByteArray,EventType) - function in com.datadog.android.api.storage.TelemetryAwareEventBatchWriter
- Writes the content of the event to the current available batch.
- write(RawBatchEvent,ByteArray,EventType) - function in com.datadog.android.core.persistence.PersistenceStrategy
- Writes the content of the event to the current available batch.
- writeLastFatalAnrSent(Long) - function in com.datadog.android.core.InternalSdkCore
- Writes the timestamp of the last ANR RUM reported.
- writeLastViewEvent(ByteArray) - function in com.datadog.android.core.InternalSdkCore
- Writes current RUM view event to the dedicated file for the needs of NDK crash reporting.