A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
R
- RARE - enum entry in com.datadog.android.core.configuration.UploadFrequency
Try to upload batch data rarely.
- RateBasedSampler - class in com.datadog.android.core.sampling
- Sampler with the given sample rate which can be fixed or dynamic.
- RawBatchEvent - class in com.datadog.android.api.storage
- Representation of the raw data which is going to be written in the batch file.
- readLinesSafe(File,Charset,InternalLogger) - function in com.datadog.android.core.internal.persistence.file.FileExtKt
- Non-throwing version of File.
- readTextSafe(File,Charset,InternalLogger) - function in com.datadog.android.core.internal.persistence.file.FileExtKt
- Non-throwing version of File.
- registerFeature(Feature) - function in com.datadog.android.api.feature.FeatureSdkCore
- Registers a feature to this instance of the Datadog SDK.
- registerFeature(Feature) - function in com.datadog.android.api.feature.InternalSdkCore
- Registers a feature to this instance of the Datadog SDK.
- remove(Runnable) - function in java.util.concurrent.LoggingScheduledThreadPoolExecutor
- removeEventReceiver(String) - function in com.datadog.android.api.feature.FeatureSdkCore
- Removes events receive for the given feature.
- removeEventReceiver(String) - function in com.datadog.android.api.feature.InternalSdkCore
- Removes events receive for the given feature.
- Request - class in com.datadog.android.api.net
- Request object holding the data to be sent.
- RequestFactory - class in com.datadog.android.api.net
- Factory used to build requests from the batches stored.
- RequestFactory.Companion - class in com.datadog.android.api.net.RequestFactory