OnUserLeaveHintProvider

Interface for components that can dispatch calls from Activity.onUserLeaveHint.

Functions

Link copied to clipboard
abstract fun addOnUserLeaveHintListener(listener: Runnable)

Add a new listener that will get a callback associated with Activity.onUserLeaveHint

Link copied to clipboard
abstract fun removeOnUserLeaveHintListener(listener: Runnable)

Remove a previously added listener. It will not receive any future callbacks.