SessionReplay - DataDog/dd-sdk-android GitHub Wiki
object SessionReplay
An entry point to Datadog Session Replay feature.
Functions
enable
fun enable(sessionReplayConfiguration: SessionReplayConfiguration, sdkCore: SdkCore = Datadog.getInstance())
Enables a SessionReplay feature based on the configuration provided.
Parameters
sessionReplayConfiguration | Configuration to use for the feature. |
sdkCore | SDK instance to register feature in. If not provided, default SDK instance will be used. |