LastActivityManager

class LastActivityManager(application: Application)

Responsible for tracking the last Activity that was created.

Since

4.8.0

Constructors

LastActivityManager
Link copied to clipboard
fun LastActivityManager(application: Application)

Functions

clearLastActivities
Link copied to clipboard
fun clearLastActivities()
clear saved activities
waitForAllActivitiesDestroy
Link copied to clipboard
fun waitForAllActivitiesDestroy(timeOutInMillis: Int)
wait until the last activity is stopped

Properties

lastActivities
Link copied to clipboard
val lastActivities: List<Activity>
lastActivity
Link copied to clipboard
val lastActivity: Activity?