NEHotspotHelperConfidence Enum

Definition

Enumerates values that describe how likely a Hotspot Helper will be able to handle a network.

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

Fields

High 2

Indicates high confidence.

Low 1

Indicates low confidence.

None 0

Indicates the inability to cope.

Applies to