CLRegionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify whether the device is inside or outside a region or unknown.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CLRegionState
type CLRegionState =
- Inheritance
-
CLRegionState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The device's relation to the region could not be determined. |
Inside | 1 | The device is inside the region. |
Outside | 2 | The device is outside the region. |