CLLocationManager.StartRangingBeacons(CLBeaconRegion) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始在 中 region
传递有关信标的通知。
[Foundation.Export("startRangingBeaconsInRegion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartRangingBeacons (CoreLocation.CLBeaconRegion region);
abstract member StartRangingBeacons : CoreLocation.CLBeaconRegion -> unit
override this.StartRangingBeacons : CoreLocation.CLBeaconRegion -> unit
参数
- region
- CLBeaconRegion
正在检查的区域。
- 属性
注解
在调用此方法之前,应用程序开发人员必须分配给 Delegate 实现 DidRangeBeacons(CLLocationManager, CLBeacon[], CLBeaconRegion) 和 RangingBeaconsDidFailForRegion(CLLocationManager, CLBeaconRegion, NSError) 方法的对象。