Enum NavigationLifecycleHandling
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Navigation.dll
Defines how the lifecycle event has been handled.
[Flags]
public enum NavigationLifecycleHandling
Fields
The event has been handled.
The event has been handled with an intent.
The event has not been handled.