-
public final class SessionReplayConfiguration.BuilderA Builder class for a SessionReplayConfiguration.
-
-
Constructor Summary
Constructors Constructor Description SessionReplayConfiguration.Builder(Float sampleRate)
-
Method Summary
Modifier and Type Method Description final SessionReplayConfiguration.BuilderaddExtensionSupport(ExtensionSupport extensionSupport)Adds an extension support implementation. final SessionReplayConfiguration.BuilderuseCustomEndpoint(String endpoint)Let the Session Replay target a custom server. final SessionReplayConfiguration.BuildersetPrivacy(SessionReplayPrivacy privacy)Sets the privacy rule for the Session Replay feature. final SessionReplayConfigurationbuild()Builds a SessionReplayConfiguration based on the current state of this Builder. -
-
Constructor Detail
-
SessionReplayConfiguration.Builder
SessionReplayConfiguration.Builder(Float sampleRate)
- Parameters:
sampleRate- must be a value between 0 and 100.
-
-
Method Detail
-
addExtensionSupport
final SessionReplayConfiguration.Builder addExtensionSupport(ExtensionSupport extensionSupport)
Adds an extension support implementation. This is mostly used when you want to provide different behaviour of the Session Replay when using other Android UI frameworks than the default ones.
-
useCustomEndpoint
final SessionReplayConfiguration.Builder useCustomEndpoint(String endpoint)
Let the Session Replay target a custom server.
-
setPrivacy
final SessionReplayConfiguration.Builder setPrivacy(SessionReplayPrivacy privacy)
Sets the privacy rule for the Session Replay feature. If not specified all the elements will be masked by default (MASK).
-
build
final SessionReplayConfiguration build()
Builds a SessionReplayConfiguration based on the current state of this Builder.
-
-
-
-