Types

Link copied to clipboard
Link copied to clipboard
class Created(activity: Activity, bundle: Bundle?) : ActivityEvent
Link copied to clipboard
class Paused(activity: Activity) : ActivityEvent
Link copied to clipboard
class Resumed(activity: Activity) : ActivityEvent
Link copied to clipboard
class SaveInstanceState(activity: Activity, bundle: Bundle) : ActivityEvent
Link copied to clipboard
class Started(activity: Activity) : ActivityEvent
Link copied to clipboard
class Stopped(activity: Activity) : ActivityEvent

Properties

Link copied to clipboard
val activity: Activity? = null
Link copied to clipboard
val bundle: Bundle? = null
Link copied to clipboard