Activity Event Listener
interface 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
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.