CLProximity 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个枚举,其值指定 iBeacon 的物理邻近度。
[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 CLProximity
type CLProximity =
- 继承
-
CLProximity
- 属性
字段
Far | 3 | iBeacon 报告的最远距离。 |
Immediate | 1 | iBeacon 报告的最近距离。 |
Near | 2 | iBeacon 报告的中间距离。 |
Unknown | 0 | 无法估计到 iBeacon 的距离。 |
注解
的 Proximity 返回值因电源输出和物理环境而异。 很难将这些定性值转换为绝对物理距离。