ActivityEvent
Represent different events emitted in response to lifecycle triggers from the host application
Inheritors
Types
Emitted when the host application moves to the background, i.e. the last active activity Stopped
Emitted when Activity.onConfigurationChanged is called from an activity within the host app
Emitted when Activity.onCreate is called from an activity within the host app
Emitted when the host application moves to the foreground i.e. an activity Started, and the application transitions from 0 to 1 started activity
Emitted when Activity.onPause is called from an activity within the host app
Emitted when Activity.onResume is called from an activity within the host app
Emitted when Activity.onSaveInstanceState is called from an activity within the host app
Emitted when Activity.onStart is called from an activity within the host app
Emitted when Activity.onStop is called from an activity within the host app