次の方法で共有


CLLocationManagerDelegate.RangingBeaconsDidFailForRegion メソッド

定義

error から region範囲データを取得しようとしたときに発生しました。

[Foundation.Export("locationManager:rangingBeaconsDidFailForRegion:withError:")]
[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 RangingBeaconsDidFailForRegion (CoreLocation.CLLocationManager manager, CoreLocation.CLBeaconRegion region, Foundation.NSError error);
abstract member RangingBeaconsDidFailForRegion : CoreLocation.CLLocationManager * CoreLocation.CLBeaconRegion * Foundation.NSError -> unit
override this.RangingBeaconsDidFailForRegion : CoreLocation.CLLocationManager * CoreLocation.CLBeaconRegion * Foundation.NSError -> unit

パラメーター

manager
CLLocationManager

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

error
NSError
属性

適用対象