-
public class SessionReplayAn entry point to Datadog Session Replay feature.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SessionReplayINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitenable(SessionReplayConfiguration sessionReplayConfiguration, SdkCore sdkCore)Enables a SessionReplay feature based on the configuration provided. final static Unitenable(SessionReplayConfiguration sessionReplayConfiguration)Enables a SessionReplay feature based on the configuration provided. -
-
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.
-
-
-
-