Package 

Class SessionManager

  • All Implemented Interfaces:
    android.app.Application.ActivityLifecycleCallbacks , android.content.ComponentCallbacks , android.content.ComponentCallbacks2

    
    public class SessionManager
     implements ComponentCallbacks2, Application.ActivityLifecycleCallbacks
                        

    Tracks user sessions A user session on Android is different than on iOS, but also different from the SDK's start/stop: - It starts only when an activity gets on screen - It stops either: - When the system pauses the last activity - When the user destroys the last activity