-
public class RumAn entry point to Datadog RUM feature.
-
-
Method Summary
Modifier and Type Method Description final static Unitenable(RumConfiguration rumConfiguration, SdkCore sdkCore)Enables a RUM feature based on the configuration provided and registers RUM monitor. final static Unitenable(RumConfiguration rumConfiguration)Enables a RUM feature based on the configuration provided and registers RUM monitor. -
-
Method Detail
-
enable
@JvmOverloads() final static Unit enable(RumConfiguration rumConfiguration, SdkCore sdkCore)
Enables a RUM feature based on the configuration provided and registers RUM monitor.
- Parameters:
rumConfiguration- Configuration to use for the feature.sdkCore- SDK instance to register feature in.
-
enable
@JvmOverloads() final static Unit enable(RumConfiguration rumConfiguration)
Enables a RUM feature based on the configuration provided and registers RUM monitor.
- Parameters:
rumConfiguration- Configuration to use for the feature.
-
-
-
-