Package 

Class SessionManager

  • All Implemented Interfaces:
    co.elastic.apm.android.sdk.internal.api.Initializable

    
    public final class SessionManager
     implements Initializable
                        

    Provides an ID that has a 30 mins timeout that gets reset on every call to getSessionId - If 30 mins or more have passed since the last call, then a new session id is generated.

    The session ID is persisted until the timeout completes, even after an app relaunch.