Skip to content

_RumInternalProxy

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

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

_RumInternalProxy.Companion

Functions

addLongTask

fun addLongTask(durationNs: Long, target: String)

setSyntheticsAttribute

fun setSyntheticsAttribute(testId: String?, resultId: String?)

updatePerformanceMetric

fun updatePerformanceMetric(metric: RumPerformanceMetric, value: Double)

Clone this wiki locally