LastActivityManager

class LastActivityManager(application: Application)

Responsible for tracking the last Activity that was created.

Since

4.8.0

Constructors

Link copied to clipboard
fun LastActivityManager(application: Application)

Functions

Link copied to clipboard
fun clearLastActivities()

clear saved activities

Link copied to clipboard
fun waitForAllActivitiesDestroy(timeOutInMillis: Int)

wait until the last activity is stopped

Properties

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