CLLocationManagerDelegate.RangingBeaconsDidFailForRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
error
occurred while attempting to get range data from 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
Parameters
- manager
- CLLocationManager
The CLLocationManager for which this
is the delegate object.
- region
- CLBeaconRegion
- error
- NSError
- Attributes