ActivityEventListener

Listener for receiving activity events. Consider using BaseActivityEventListener if you're not interested in all the events sent to this interface.

Inheritors

Functions

Link copied to clipboard
abstract fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?)

Called when host (activity/service) receives an Activity.onActivityResult call.

Link copied to clipboard
abstract fun onNewIntent(intent: Intent)

Called when a new intent is passed to the activity.

Link copied to clipboard
open fun onUserLeaveHint(activity: Activity)

Called when host activity receives an Activity.onUserLeaveHint call.