Condividi tramite


CLLocationManagerDelegate.DidRangeBeacons Metodo

Definizione

Le informazioni sull'intervallo sono state generate per beacons in region.

[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

Parametri

manager
CLLocationManager

Oggetto CLLocationManager per il quale this è l'oggetto delegato.

beacons
CLBeacon[]

S compreso nell'intervallo CLBeacon.

Attributi

Si applica a