次の方法で共有


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

CLLocationManagerデリゲート オブジェクトである this

beacons
CLBeacon[]

範囲 CLBeaconの s。

属性

適用対象