Table of Contents

Enum NavigationLifecycleHandling

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Defines how the lifecycle event has been handled.

[Flags]
public enum NavigationLifecycleHandling

Fields

Handled = 1

The event has been handled.

HandledWithIntent = 3

The event has been handled with an intent.

NotHandled = 0

The event has not been handled.