Package-level declarations

Types

Link copied to clipboard
class PredictiveBack(scope: CoroutineScope, val onEvent: suspend (PredictiveBack.Event) -> Unit)

Functions

Link copied to clipboard
fun PredictiveBackEventHandler(onBackProgress: suspend (Float, Offset) -> Unit, onBackCancelled: suspend () -> Unit, onBackCompleted: suspend () -> Unit, isEnabled: Boolean = true)
Link copied to clipboard

When lenient we want to default disable the navigation handler when there is no LocalNavigationEventDispatcherOwner as NavigationEventHandler requires a non-null owner.