IviOnBackPressedCallback

An interface for components that handle hardware back button presses.

Inheritors

Properties

Link copied to clipboard
abstract val isEnabled: LiveData<Boolean>

State of this callback.

Functions

Link copied to clipboard
abstract fun handleOnBackPressed()

Callback for handling back presses.