FirstStarted

class FirstStarted(val activity: Activity) : ActivityEvent

Emitted when the host application moves to the foreground i.e. an activity Started, and the application transitions from 0 to 1 started activity

Constructors

Link copied to clipboard
constructor(activity: Activity)

Properties

Link copied to clipboard
open override val activity: Activity