NEOnDemandRuleInterfaceType Enum

Definition

Enumerates the valid network interface types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEOnDemandRuleInterfaceType
type NEOnDemandRuleInterfaceType = 
Inheritance
NEOnDemandRuleInterfaceType
Attributes

Fields

Any 0

Indicates that any interface type should be matched.

Cellular 3

Indicates that cellular interfaces should be matched.

Ethernet 1

Indicates that ethernet interfaces should be matched.

WiFi 2

Indicates that Wi-Fi interfaces should be matched.

Applies to