共用方式為


CLLocationManagerDelegate.DidRangeBeacons 方法

定義

已在 中 region 為 產生 beacons 範圍資訊。

[Foundation.Export("locationManager:didRangeBeacons:inRegion:")]
[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 DidRangeBeacons (CoreLocation.CLLocationManager manager, CoreLocation.CLBeacon[] beacons, CoreLocation.CLBeaconRegion region);
abstract member DidRangeBeacons : CoreLocation.CLLocationManager * CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> unit
override this.DidRangeBeacons : CoreLocation.CLLocationManager * CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> unit

參數

manager
CLLocationManager

thisCLLocationManager 其為委派物件。

beacons
CLBeacon[]

範圍 CLBeacon s。

屬性

適用於