_RumInternalProxy - DataDog/dd-sdk-android GitHub Wiki
class _RumInternalProxy
This class exposes internal methods that are used by other Datadog modules and cross platform frameworks. It is not meant for public use.
DO NOT USE this class or its methods if you are not working on the internals of the Datadog SDK or one of the cross platform frameworks.
Methods, members, and functionality of this class are subject to change without notice, as they are not considered part of the public interface of the Datadog SDK.
Types
Functions
addLongTask
fun addLongTask(durationNs: Long, target: String)
setSyntheticsAttribute
fun setSyntheticsAttribute(testId: String?, resultId: String?)
updatePerformanceMetric
fun updatePerformanceMetric(metric: RumPerformanceMetric, value: Double)