Condividi tramite


CLLocationManagerDelegate.RangingBeaconsDidFailForRegion Metodo

Definizione

error si è verificato durante il tentativo di ottenere i dati dell'intervallo da 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

Parametri

manager
CLLocationManager

Oggetto CLLocationManager per cui this è l'oggetto delegato.

error
NSError
Attributi

Si applica a