Package 

Object SessionReplay


  • 
    public class SessionReplay
    
                        

    An entry point to Datadog Session Replay feature.

    • Method Summary

      Modifier and Type Method Description
      final static Unit enable(SessionReplayConfiguration sessionReplayConfiguration, SdkCore sdkCore) Enables a SessionReplay feature based on the configuration provided.
      final static Unit enable(SessionReplayConfiguration sessionReplayConfiguration) Enables a SessionReplay feature based on the configuration provided.
      • 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(SessionReplayConfiguration sessionReplayConfiguration, SdkCore sdkCore)

        Enables a SessionReplay feature based on the configuration provided.

        Parameters:
        sessionReplayConfiguration - Configuration to use for the feature.
        sdkCore - SDK instance to register feature in.
      • enable

        @JvmOverloads() final static Unit enable(SessionReplayConfiguration sessionReplayConfiguration)

        Enables a SessionReplay feature based on the configuration provided.

        Parameters:
        sessionReplayConfiguration - Configuration to use for the feature.