navigateWithSuccess

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Triggers a given NavigationAction and returns true if it succeeded.

Return

true if the navigation succeeded, false otherwise

Parameters

action

The Action to trigger.

Type Parameters

Action

The type of NavigationAction to be given.