Rum - DataDog/dd-sdk-android GitHub Wiki
object Rum
An entry point to Datadog RUM feature.
Functions
enable
fun enable(rumConfiguration: RumConfiguration, sdkCore: SdkCore = Datadog.getInstance())
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. If not provided, default SDK instance will be used. |