Last Run Info
class LastRunInfo(consecutiveLaunchCrashes: Int, crashed: Boolean, crashedDuringLaunch: Boolean)
Content copied to clipboard
Provides information about the last launch of the application, if there was one.
Constructors
LastRunInfo
Link copied to clipboard
fun LastRunInfo(consecutiveLaunchCrashes: Int, crashed: Boolean, crashedDuringLaunch: Boolean)
Content copied to clipboard