StartupReporter

class StartupReporter(startupTimeAnalytics: ActivityStartupTimeAnalytics, activity: Activity?) : DefaultLifecycleObserver

Constructors

Link copied to clipboard
constructor(startupTimeAnalytics: ActivityStartupTimeAnalytics, activity: Activity?)

Functions

Link copied to clipboard
open fun onCreate(owner: LifecycleOwner)
Link copied to clipboard
open fun onDestroy(owner: LifecycleOwner)
Link copied to clipboard
open fun onPause(owner: LifecycleOwner)
Link copied to clipboard
open fun onResume(owner: LifecycleOwner)
Link copied to clipboard
open override fun onStart(owner: LifecycleOwner)
Link copied to clipboard
open fun onStop(owner: LifecycleOwner)