NEProviderStopReason Enum

Definition

Enumerates reasons that a provider extension has stopped.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEProviderStopReason
type NEProviderStopReason = 
Inheritance
NEProviderStopReason
Attributes

Fields

Name Value Description
None 0

An unspecified failure occurred, or no failure occurred.

UserInitiated 1

The user stopped the provider.

ProviderFailed 2

The provider failed.

NoNetworkAvailable 3

The network was unavailable.

UnrecoverableNetworkChange 4

The network connectivity changed and the provider could not recover.

ProviderDisabled 5

The provider was not enabled.

AuthenticationCanceled 6

An authentication operation was canceled.

ConfigurationFailed 7

The network configuration failed.

IdleTimeout 8

The session timed out.

ConfigurationDisabled 9

The network configuration was disabled.

ConfigurationRemoved 10

The netowrk configuration was removed.

Superseded 11

The configuration was superseded by another.

UserLogout 12

The user logged off.

UserSwitch 13

The user changed.

ConnectionFailed 14

The network connection failed.

Applies to