CLLocationManager.StartRangingBeacons(CLBeaconRegion) 方法

定义

开始在 中 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) 方法的对象。

适用于