onUserLeaveHint

open fun onUserLeaveHint(@Nullable activity: Activity)

This method should be called from onUserLeaveHint. It notifies all listening modules that the user is about to leave the activity. The passed Activity is has to be the current Activity.

Parameters

activity

the activity being backgrounded as a result of user action