Base Activity Event Listener
An empty implementation of ActivityEventListener.
Functions
Link copied to clipboard
open override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?)
Called when host (activity/service) receives an Activity.onActivityResult call.
Link copied to clipboard
Called when a new intent is passed to the activity.
Link copied to clipboard
Called when host activity receives an Activity.onUserLeaveHint call.