Created

class Created(val activity: Activity, bundle: Bundle?) : ActivityEvent

Emitted when Activity.onCreate is called from an activity within the host app

Constructors

Link copied to clipboard
constructor(activity: Activity, bundle: Bundle?)

Properties

Link copied to clipboard
open override val activity: Activity