OnBackCompletedFallback



A listener that provides a final fallback action for unhandled backCompleted callbacks.

This is typically used to provide a default system behavior, like finishing an Activity, when no other part of the application consumes the back navigation event.

Summary

Public functions

Unit

Called when a backCompleted callback is dispatched but not handled by any NavigationEventHandler.

Cmn

Public functions

onBackCompletedFallback

fun onBackCompletedFallback(): Unit

Called when a backCompleted callback is dispatched but not handled by any NavigationEventHandler.