BaseActivityEventListener

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent)

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
open override 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.