Package 

Object Rum


  • 
    public class Rum
    
                        

    An entry point to Datadog RUM feature.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Rum INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final static Unit enable(RumConfiguration rumConfiguration, SdkCore sdkCore) Enables a RUM feature based on the configuration provided and registers RUM monitor.
      final static Unit enable(RumConfiguration rumConfiguration) Enables a RUM feature based on the configuration provided and registers RUM monitor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.