-
public final class _InternalProxyThis 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class_InternalProxy._TelemetryProxypublic final class_InternalProxy._WebviewProxypublic class_InternalProxy.Companion
-
Field Summary
Fields Modifier and Type Field Description private final _InternalProxy._TelemetryProxy_telemetry
-
Method Summary
Modifier and Type Method Description final _InternalProxy._TelemetryProxyget_telemetry()final UnitsetCustomAppVersion(String version)final UnitconsumeWebviewEvent(String event)-
-
Method Detail
-
get_telemetry
final _InternalProxy._TelemetryProxy get_telemetry()
-
setCustomAppVersion
final Unit setCustomAppVersion(String version)
-
consumeWebviewEvent
final Unit consumeWebviewEvent(String event)
-
-
-
-