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.
- RARE - enum entry in com.datadog.android.core.metrics.MethodCallSamplingRate
- 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.
- REDUCED - enum entry in com.datadog.android.core.metrics.MethodCallSamplingRate
- 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.
- removeContextUpdateReceiver(String,FeatureContextUpdateReceiver) - function in com.datadog.android.api.feature.FeatureSdkCore
- Removes context update listener for the given feature.
- removeContextUpdateReceiver(String,FeatureContextUpdateReceiver) - function in com.datadog.android.api.feature.InternalSdkCore
- Removes context update listener for the given feature.
- 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.
- removeValue(String,DataStoreWriteCallback) - function in com.datadog.android.api.storage.datastore.DataStoreHandler
- Remove an entry from the datastore.
- Request - class in com.datadog.android.api.net
- Request object holding the data to be sent.
- RequestExecutionContext - class in com.datadog.android.api.net
- Provides information about the request execution context such as the number of attempts made to execute the request in case of a retry or the response code of the previous request failure code.
- 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