OnForwardCompletedFallback



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

This is typically used to provide a default system behavior when no other part of the application consumes the forward navigation event.

Summary

Public functions

Unit

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

Cmn

Public functions

onForwardCompletedFallback

fun onForwardCompletedFallback(): Unit

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