-
public final class SessionReplayRumContextProvides the necessary RUM context for Session Replay records.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSessionReplayRumContext.Companion
-
Constructor Summary
Constructors Constructor Description SessionReplayRumContext(String applicationId, String sessionId, String viewId)
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()final StringgetSessionId()final StringgetViewId()-
-
Method Detail
-
getApplicationId
final String getApplicationId()
-
getSessionId
final String getSessionId()
-
-
-
-