androidx.navigationevent


Provides APIs to easily intercept platform gesture events, including swipes and clicks, to help in app navigation.

Interfaces

NavigationEventDispatcherOwner

A class that has an NavigationEventDispatcher that allows you to register a NavigationEventCallback for handling navigation events.

Classes

NavigationEvent

Common event used to wrap signals from the platform so that they can be handled properly by the NavigationEventDispatcher

NavigationEventCallback

Call for handling NavigationEventDispatcher callbacks.

NavigationEventDispatcher

Dispatcher that can be used to register NavigationEventCallback instances for handling the in-app callbacks via composition.

NavigationEventPriority

Priority to be provided to the NavigationEventCallback when it is being initialized to determine when the callback should be triggered.

NavigationInputHandler

Provides input to the given NavigationEventDispatcher.

ViewTreeNavigationEventDispatcherOwnerKt
NavigationEventPriority.Companion