-
public class RumSessionConstantsShared sentinel values for the RUM session state exposed via the features context.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringEMPTY_RUM_SESSION_IDpublic final static RumSessionConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetEMPTY_RUM_SESSION_ID()Sentinel value the RUM session id takes before the first RUM session has been created (e.g. -
-
Method Detail
-
getEMPTY_RUM_SESSION_ID
final String getEMPTY_RUM_SESSION_ID()
Sentinel value the RUM session id takes before the first RUM session has been created (e.g. SDK initialised in background). Consumers should skip processing when the session ID equals this value.
-
-
-
-