Table of Contents

Enum NavigationLeakDetectorState

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Defines the navigation leak detector state.

public enum NavigationLeakDetectorState

Fields

Disabled = 0

Leak detector is disabled.

Enabled = 2

Leak detector is always enabled.

EnabledWithDebugger = 1

Leak detector is enabled only when debugger is attached.