Summary:
Methods
| Inherited Methods
OnBackPressedDispatcherOwner
public
interface
OnBackPressedDispatcherOwner
implements
LifecycleOwner
androidx.activity.OnBackPressedDispatcherOwner |
A class that has an OnBackPressedDispatcher
that allows you to register a
OnBackPressedCallback
for handling the system back button.
It is expected that classes that implement this interface route the system back button to the dispatcher
See also:
Summary
Public methods | |
---|---|
abstract
OnBackPressedDispatcher
|
getOnBackPressedDispatcher()
Retrieve the |
Inherited methods | |
---|---|
Public methods
getOnBackPressedDispatcher
public abstract OnBackPressedDispatcher getOnBackPressedDispatcher ()
Retrieve the OnBackPressedDispatcher
that should handle the system back button.
Returns | |
---|---|
OnBackPressedDispatcher |
The OnBackPressedDispatcher .
|