A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
G
- get() - function in com.datadog.android.core.SdkReference
- Returns SDK instance if it is acquired, null otherwise.
- get_telemetry() - function in com.datadog.android._InternalProxy
- getAdditionalProperties() - function in com.datadog.android.api.context.UserInfo
- getAllFeatures() - function in com.datadog.android.core.InternalSdkCore
- getAllHeaderTypes() - function in com.datadog.android.core.internal.net.DefaultFirstPartyHostHeaderTypeResolver
- getAllHeaderTypes() - function in com.datadog.android.core.internal.net.FirstPartyHostHeaderTypeResolver
- Returns all tracing header types registered.
- getAppBuildId() - function in com.datadog.android.api.context.DatadogContext
- getAPPLICATION_PACKAGE() - function in com.datadog.android.log.LogAttributes
- The package name of the application.
- getAPPLICATION_VERSION() - function in com.datadog.android.log.LogAttributes
- The human readable version of the application.
- getAppStartTimeNs() - function in com.datadog.android.core.InternalSdkCore
- Provide the time the application started in nanoseconds from device boot, or our best guess if the actual start time is not available.
- getArchitecture() - function in com.datadog.android.api.context.DeviceInfo
- getAttemptNumber() - function in com.datadog.android.api.net.RequestExecutionContext
- getBackpressureMitigation() - function in com.datadog.android.core.configuration.BackPressureStrategy
- getBatchId() - function in com.datadog.android.core.persistence.PersistenceStrategy.Batch
- getBody() - function in com.datadog.android.api.net.Request
- getCapacity() - function in com.datadog.android.core.configuration.BackPressureStrategy
- getCarrierId() - function in com.datadog.android.api.context.NetworkInfo
- getCarrierName() - function in com.datadog.android.api.context.NetworkInfo
- getCellularTechnology() - function in com.datadog.android.api.context.NetworkInfo
- getClientToken() - function in com.datadog.android.api.context.DatadogContext
- getConnectivity() - function in com.datadog.android.api.context.NetworkInfo
- getCONTENT_TYPE_JSON() - function in com.datadog.android.api.net.RequestFactory.Companion
- application/json content type.
- getCONTENT_TYPE_TEXT_UTF8() - function in com.datadog.android.api.net.RequestFactory.Companion
- text/plain;charset=UTF-8 content type.
- getContentType() - function in com.datadog.android.api.net.Request
- getCrashed() - function in com.datadog.android.core.feature.event.ThreadDump
- getCURRENT_DATASTORE_VERSION() - function in com.datadog.android.api.storage.datastore.DataStoreHandler.Companion
- The current version of the datastore.
- getData() - function in com.datadog.android.api.storage.RawBatchEvent
- getData() - function in com.datadog.android.core.persistence.datastore.DataStoreContent
- getDatadogContext() - function in com.datadog.android.core.InternalSdkCore
- getDataStore() - function in com.datadog.android.api.feature.FeatureScope
- Property to enable interaction with the data store.
- getDATE() - function in com.datadog.android.log.LogAttributes
- The date when the log is fired as an ISO-8601 String.
- getDB_INSTANCE() - function in com.datadog.android.log.LogAttributes
- Database instance name.
- getDB_OPERATION() - function in com.datadog.android.log.LogAttributes
- The operation that was performed (“query”, “update”, “delete”,…).
- getDB_STATEMENT() - function in com.datadog.android.log.LogAttributes
- A database statement for the given database type.
- getDB_USER() - function in com.datadog.android.log.LogAttributes
- User that performs the operation.
- getDD_IDEMPOTENCY_KEY() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog Idempotency key header, used to offer more insight into the request retry statistics.
- getDD_SPAN_ID() - function in com.datadog.android.log.LogAttributes
- The id of the active Span.
- getDD_TRACE_ID() - function in com.datadog.android.log.LogAttributes
- The id of the active Trace.
- getDEFAULT() - function in com.datadog.android.api.storage.FeatureStorageConfiguration.Companion
- Default storage configuration with the following parameters: max item size = 512 KB, max items per batch = 500, max batch size = 4 MB, old batch threshold = 18 hours.
- getDEFAULT() - function in com.datadog.android.core.internal.system.BuildSdkVersionProvider.Companion
- Default implementation which calls Build.VERSION under the hood.
- getDescription() - function in com.datadog.android.api.net.Request
- getDeviceBrand() - function in com.datadog.android.api.context.DeviceInfo
- getDeviceBuildId() - function in com.datadog.android.api.context.DeviceInfo
- getDeviceInfo() - function in com.datadog.android.api.context.DatadogContext
- getDeviceModel() - function in com.datadog.android.api.context.DeviceInfo
- getDeviceName() - function in com.datadog.android.api.context.DeviceInfo
- getDeviceTimeNs() - function in com.datadog.android.api.context.TimeInfo
- getDeviceType() - function in com.datadog.android.api.context.DeviceInfo
- getDownKbps() - function in com.datadog.android.api.context.NetworkInfo
- getDURATION() - function in com.datadog.android.log.LogAttributes
- A duration of any kind in nanoseconds.
- getEmail() - function in com.datadog.android.api.context.UserInfo
- getEnv() - function in com.datadog.android.api.context.DatadogContext
- getENV() - function in com.datadog.android.log.LogAttributes
- The custom environment name.
- getERROR_FINGERPRINT() - function in com.datadog.android.log.LogAttributes
- Specifies a custom error fingerprint for the supplied log.
- getERROR_KIND() - function in com.datadog.android.log.LogAttributes
- The error type or kind (or code is some cases).
- getERROR_MESSAGE() - function in com.datadog.android.log.LogAttributes
- A concise, human-readable, one-line message explaining the event (String) This value is filled automatically by the Logger when you pass in a Throwable.
- getERROR_SOURCE_TYPE() - function in com.datadog.android.log.LogAttributes
- The source type of the error.
- getERROR_STACK() - function in com.datadog.android.log.LogAttributes
- The stack trace or the complementary information about the error (String) This value is filled automatically by the Logger when you pass in a Throwable.
- getEvents() - function in com.datadog.android.core.persistence.PersistenceStrategy.Batch
- getFeature(String) - function in com.datadog.android.api.feature.FeatureSdkCore
- Retrieves a registered feature.
- getFeature(String) - function in com.datadog.android.api.feature.InternalSdkCore
- Retrieves a registered feature.
- getFeatureContext(String) - function in com.datadog.android.api.feature.FeatureSdkCore
- Retrieves the context for the particular feature.
- getFeatureContext(String) - function in com.datadog.android.api.feature.InternalSdkCore
- Retrieves the context for the particular feature.
- getFeaturesContext() - function in com.datadog.android.api.context.DatadogContext
- getFirstPartyHostResolver() - function in com.datadog.android.core.InternalSdkCore
- Returns an instance of FirstPartyHostHeaderTypeResolver associated with the current SDK instance.
- getHEADER_API_KEY() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog API key header.
- getHEADER_EVP_ORIGIN() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog Event Platform Origin header, e.g.
- getHEADER_EVP_ORIGIN_VERSION() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog Event Platform Origin version header, e.g.
- getHEADER_REQUEST_ID() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog Request ID header, used for debugging purposes.
- getHeaders() - function in com.datadog.android.api.net.Request
- getHeaderType() - function in com.datadog.android.trace.TracingHeaderType
- getHOST() - function in com.datadog.android.log.LogAttributes
- The name of the originating host as defined in metrics.
- getHTTP_METHOD() - function in com.datadog.android.log.LogAttributes
- Indicates the desired action to be performed for a given resource.
- getHTTP_REFERRER() - function in com.datadog.android.log.LogAttributes
- HTTP header field that identifies the address of the web page that linked to the resource being requested.
- getHTTP_REQUEST_ID() - function in com.datadog.android.log.LogAttributes
- The ID of the HTTP request.
- getHTTP_STATUS_CODE() - function in com.datadog.android.log.LogAttributes
- The HTTP response status code.
- getHTTP_URL() - function in com.datadog.android.log.LogAttributes
- The URL of the HTTP request.
- getHTTP_USERAGENT() - function in com.datadog.android.log.LogAttributes
- The User-Agent as it is sent (raw format).
- getHTTP_VERSION() - function in com.datadog.android.log.LogAttributes
- The version of HTTP used for the request.
- getId() - function in com.datadog.android.api.context.UserInfo
- getId() - function in com.datadog.android.api.net.Request
- getInstance(String) - function in com.datadog.android.Datadog
- Retrieve the initialized SDK instance attached to the given name, or the default instance if the name is null.
- getInstance() - function in com.datadog.android.Datadog
- Retrieve the initialized SDK instance attached to the given name, or the default instance if the name is null.
- getIntakeEndpoint() - function in com.datadog.android.DatadogSite
- The intake endpoint url.
- getInternalLogger() - function in com.datadog.android.api.feature.FeatureSdkCore
- Logger for the internal SDK purposes.
- getInternalLogger() - function in com.datadog.android.core.InternalSdkCore
- Logger for the internal SDK purposes.
- getIsDeveloperModeEnabled() - function in com.datadog.android.core.InternalSdkCore
- Shows if core is running in developer mode (some settings are overwritten to simplify debugging during app development).
- getIsMainProcess() - function in com.datadog.android.api.context.ProcessInfo
- getLastFatalAnrSent() - function in com.datadog.android.core.InternalSdkCore
- Reads information about last fatal ANR sent.
- getLastViewEvent() - function in com.datadog.android.core.InternalSdkCore
- Reads last known RUM view event stored.
- getLOGGER_METHOD_NAME() - function in com.datadog.android.log.LogAttributes
- The class method name.
- getLOGGER_NAME() - function in com.datadog.android.log.LogAttributes
- The name of the logger.
- getLOGGER_THREAD_NAME() - function in com.datadog.android.log.LogAttributes
- The name of the current thread when the log is fired.
- getLOGGER_VERSION() - function in com.datadog.android.log.LogAttributes
- The version of the logger.
- getLoggerName() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getLOGS_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- Logs feature name.
- getMaxBatchesPerUploadJob() - function in com.datadog.android.core.configuration.BatchProcessingLevel
- getMaxBatchSize() - function in com.datadog.android.api.storage.FeatureStorageConfiguration
- getMaxItemSize() - function in com.datadog.android.api.storage.FeatureStorageConfiguration
- getMaxItemsPerBatch() - function in com.datadog.android.api.storage.FeatureStorageConfiguration
- getMessage() - function in com.datadog.android.core.feature.event.JvmCrash
- getMessage() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getMessage() - function in com.datadog.android.core.feature.event.JvmCrash.Rum
- getMESSAGE() - function in com.datadog.android.log.LogAttributes
- The body of the log entry.
- getMetadata() - function in com.datadog.android.api.storage.RawBatchEvent
- getMetadata() - function in com.datadog.android.core.persistence.PersistenceStrategy.Batch
- getMETRIC_TYPE() - function in com.datadog.android.core.metrics.PerformanceMetric.Companion
- Basic Metric type key.
- getMsDelayUntilNextUpload(String,Integer,Integer,Throwable) - function in com.datadog.android.core.configuration.UploadSchedulerStrategy
- Should return the delay in milliseconds to wait until the next upload attempt is performed.
- getName() - function in com.datadog.android.DatadogSite
- getName() - function in com.datadog.android.api.InternalLogger.Level
- getName() - function in com.datadog.android.api.InternalLogger.Target
- getName() - function in com.datadog.android.api.SdkCore
- Name of the current SDK instance.
- getName() - function in com.datadog.android.api.context.DeviceType
- getName() - function in com.datadog.android.api.context.NetworkInfo.Connectivity
- getName() - function in com.datadog.android.api.context.UserInfo
- getName() - function in com.datadog.android.api.feature.Feature
- Name of the feature.
- getName() - function in com.datadog.android.api.feature.FeatureSdkCore
- Name of the current SDK instance.
- getName() - function in com.datadog.android.api.feature.StorageBackedFeature
- Name of the feature.
- getName() - function in com.datadog.android.api.storage.EventType
- getName() - function in com.datadog.android.core.InternalSdkCore
- Name of the current SDK instance.
- getName() - function in com.datadog.android.core.configuration.BackPressureMitigation
- getName() - function in com.datadog.android.core.configuration.BatchProcessingLevel
- getName() - function in com.datadog.android.core.configuration.BatchSize
- getName() - function in com.datadog.android.core.configuration.UploadFrequency
- getName() - function in com.datadog.android.core.feature.event.ThreadDump
- getName() - function in com.datadog.android.core.metrics.MethodCallSamplingRate
- getName() - function in com.datadog.android.core.metrics.TelemetryMetricType
- getName() - function in com.datadog.android.privacy.TrackingConsent
- getName() - function in com.datadog.android.trace.TracingHeaderType
- getNDK_CRASH_REPORTS_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- NDK Crash Reports feature name.
- getNETWORK_CARRIER_ID() - function in com.datadog.android.log.LogAttributes
- The unique id of the Carrier attached to the SIM card.
- getNETWORK_CARRIER_NAME() - function in com.datadog.android.log.LogAttributes
- The name of the Carrier attached to the SIM card.
- getNETWORK_CLIENT_IP() - function in com.datadog.android.log.LogAttributes
- The IP address of the client that initiated the TCP connection.
- getNETWORK_CLIENT_PORT() - function in com.datadog.android.log.LogAttributes
- The port of the client that initiated the connection.
- getNETWORK_CONNECTIVITY() - function in com.datadog.android.log.LogAttributes
- The connectivity status of the device.
- getNETWORK_DOWN_KBPS() - function in com.datadog.android.log.LogAttributes
- The downstream bandwidth for the current network in Kbps.
- getNETWORK_SIGNAL_STRENGTH() - function in com.datadog.android.log.LogAttributes
- The bearer specific signal strength.
- getNETWORK_UP_KBPS() - function in com.datadog.android.log.LogAttributes
- The upstream bandwidth for the current network in Kbps.
- getNetworkInfo() - function in com.datadog.android.api.context.DatadogContext
- getNetworkInfo() - function in com.datadog.android.core.InternalSdkCore
- Returns current state of network connection.
- getNULL_MAP_VALUE() - function in com.datadog.android.core.internal.utils.MapUtilsKt
- Special value for missing attribute.
- getOldBatchThreshold() - function in com.datadog.android.api.storage.FeatureStorageConfiguration
- getOnItemDropped() - function in com.datadog.android.core.configuration.BackPressureStrategy
- getOnThresholdReached() - function in com.datadog.android.core.configuration.BackPressureStrategy
- getOrdinal() - function in com.datadog.android.DatadogSite
- getOrdinal() - function in com.datadog.android.api.InternalLogger.Level
- getOrdinal() - function in com.datadog.android.api.InternalLogger.Target
- getOrdinal() - function in com.datadog.android.api.context.DeviceType
- getOrdinal() - function in com.datadog.android.api.context.NetworkInfo.Connectivity
- getOrdinal() - function in com.datadog.android.api.storage.EventType
- getOrdinal() - function in com.datadog.android.core.configuration.BackPressureMitigation
- getOrdinal() - function in com.datadog.android.core.configuration.BatchProcessingLevel
- getOrdinal() - function in com.datadog.android.core.configuration.BatchSize
- getOrdinal() - function in com.datadog.android.core.configuration.UploadFrequency
- getOrdinal() - function in com.datadog.android.core.metrics.MethodCallSamplingRate
- getOrdinal() - function in com.datadog.android.core.metrics.TelemetryMetricType
- getOrdinal() - function in com.datadog.android.privacy.TrackingConsent
- getOrdinal() - function in com.datadog.android.trace.TracingHeaderType
- getOsMajorVersion() - function in com.datadog.android.api.context.DeviceInfo
- getOsName() - function in com.datadog.android.api.context.DeviceInfo
- getOsVersion() - function in com.datadog.android.api.context.DeviceInfo
- getPersistenceExecutorService() - function in com.datadog.android.core.InternalSdkCore
- Get an executor service for persistence purposes.
- getPreviousResponseCode() - function in com.datadog.android.api.net.RequestExecutionContext
- getProcessInfo() - function in com.datadog.android.api.context.DatadogContext
- getQUERY_PARAM_SOURCE() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog source query parameter name.
- getQUERY_PARAM_TAGS() - function in com.datadog.android.api.net.RequestFactory.Companion
- Datadog tags query parameter name.
- getRate() - function in com.datadog.android.core.metrics.MethodCallSamplingRate
- getRequestFactory() - function in com.datadog.android.api.feature.StorageBackedFeature
- Provides an instance of RequestFactory for the given feature.
- getRootStorageDir() - function in com.datadog.android.core.InternalSdkCore
- Root folder for the hosting SDK instance.
- getRUM_ACTION_ID() - function in com.datadog.android.log.LogAttributes
- The id of the active RUM Action.
- getRUM_APPLICATION_ID() - function in com.datadog.android.log.LogAttributes
- The RUM Application ID.
- getRUM_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- RUM feature name.
- getRUM_SESSION_ID() - function in com.datadog.android.log.LogAttributes
- The id of the active RUM session.
- getRUM_VIEW_ID() - function in com.datadog.android.log.LogAttributes
- The id of the active RUM View.
- getSampleRate() - function in com.datadog.android.core.sampling.DeterministicSampler
- getSampleRate() - function in com.datadog.android.core.sampling.RateBasedSampler
- getSampleRate() - function in com.datadog.android.core.sampling.Sampler
- getSdkVersion() - function in com.datadog.android.api.context.DatadogContext
- getServerTimeNs() - function in com.datadog.android.api.context.TimeInfo
- getServerTimeOffsetMs() - function in com.datadog.android.api.context.TimeInfo
- getServerTimeOffsetNs() - function in com.datadog.android.api.context.TimeInfo
- getService() - function in com.datadog.android.api.SdkCore
- Name of the service (given during the SDK initialization, otherwise package name is used).
- getService() - function in com.datadog.android.api.context.DatadogContext
- getService() - function in com.datadog.android.api.feature.FeatureSdkCore
- Name of the service (given during the SDK initialization, otherwise package name is used).
- getService() - function in com.datadog.android.core.InternalSdkCore
- Name of the service (given during the SDK initialization, otherwise package name is used).
- getSERVICE_NAME() - function in com.datadog.android.log.LogAttributes
- The name of the application or service generating the log events.
- getSESSION_REPLAY_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- Session Replay feature name.
- getSESSION_REPLAY_RESOURCES_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- Session Replay Resources sub-feature name.
- getSite() - function in com.datadog.android.api.context.DatadogContext
- getSource() - function in com.datadog.android.api.context.DatadogContext
- getSOURCE() - function in com.datadog.android.log.LogAttributes
- The technology from which the log originated.
- getSOURCE_TYPE() - function in com.datadog.android.log.LogAttributes
- The source type of an error.
- getStack() - function in com.datadog.android.core.feature.event.ThreadDump
- getState() - function in com.datadog.android.core.feature.event.ThreadDump
- getSTATUS() - function in com.datadog.android.log.LogAttributes
- The level/severity of a log.
- getStorageConfiguration() - function in com.datadog.android.api.feature.StorageBackedFeature
- Provides storage configuration for the given feature.
- getStrength() - function in com.datadog.android.api.context.NetworkInfo
- getThreadName() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getThreads() - function in com.datadog.android.core.feature.event.JvmCrash
- getThreads() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getThreads() - function in com.datadog.android.core.feature.event.JvmCrash.Rum
- getThrowable() - function in com.datadog.android.core.feature.event.JvmCrash
- getThrowable() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getThrowable() - function in com.datadog.android.core.feature.event.JvmCrash.Rum
- getTime() - function in com.datadog.android.api.SdkCore
- The current time (both device and server).
- getTime() - function in com.datadog.android.api.context.DatadogContext
- getTime() - function in com.datadog.android.api.feature.FeatureSdkCore
- The current time (both device and server).
- getTime() - function in com.datadog.android.core.InternalSdkCore
- The current time (both device and server).
- getTimestamp() - function in com.datadog.android.core.feature.event.JvmCrash.Logs
- getTRACING_FEATURE_NAME() - function in com.datadog.android.api.feature.Feature.Companion
- Tracing feature name.
- getTrackingConsent() - function in com.datadog.android.api.context.DatadogContext
- getTrackingConsent() - function in com.datadog.android.core.InternalSdkCore
- Current tracking consent.
- getUNBOUND() - function in com.datadog.android.api.InternalLogger.Companion
- Logger for the cases when SDK instance is not yet available.
- getUpKbps() - function in com.datadog.android.api.context.NetworkInfo
- getUrl() - function in com.datadog.android.api.net.Request
- getUserInfo() - function in com.datadog.android.api.context.DatadogContext
- getUSR_ATTRIBUTES_GROUP() - function in com.datadog.android.log.LogAttributes
- Group containing user properties.
- getUSR_EMAIL() - function in com.datadog.android.log.LogAttributes
- The user email.
- getUSR_ID() - function in com.datadog.android.log.LogAttributes
- The user identifier.
- getUSR_NAME() - function in com.datadog.android.log.LogAttributes
- The user friendly name.
- getVariant() - function in com.datadog.android.api.context.DatadogContext
- getVARIANT() - function in com.datadog.android.log.LogAttributes
- The application variant.
- getVerbosity() - function in com.datadog.android.Datadog
- Gets the verbosity of this instance of the Datadog SDK.
- getVersion() - function in com.datadog.android.api.context.DatadogContext
- getVersion() - function in com.datadog.android.core.internal.system.BuildSdkVersionProvider
- Value of Build.VERSION.SDK_INT.
- getVersionCode() - function in com.datadog.android.core.persistence.datastore.DataStoreContent
- GRANTED - enum entry in com.datadog.android.privacy.TrackingConsent
The permission to persist and dispatch data to the Datadog Endpoints was granted. Any previously stored pending data will be marked as ready for sent.