Package 

Object RumSessionConstants


  • 
    public class RumSessionConstants
    
                        

    Shared sentinel values for the RUM session state exposed via the features context.

    • Method Summary

      Modifier and Type Method Description
      final String getEMPTY_RUM_SESSION_ID() Sentinel value the RUM session id takes before the first RUM session has been created (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.