Partager via


CLLocationManager.StartRangingBeacons(CLBeaconRegion) Méthode

Définition

Commence à remettre des notifications sur les balises dans region.

[Foundation.Export("startRangingBeaconsInRegion:")]
[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 StartRangingBeacons (CoreLocation.CLBeaconRegion region);
abstract member StartRangingBeacons : CoreLocation.CLBeaconRegion -> unit
override this.StartRangingBeacons : CoreLocation.CLBeaconRegion -> unit

Paramètres

region
CLBeaconRegion

Région en cours de vérification.

Attributs

Remarques

Avant d’appeler cette méthode, les développeurs d’applications doivent affecter à Delegate un objet qui implémente les DidRangeBeacons(CLLocationManager, CLBeacon[], CLBeaconRegion) méthodes et RangingBeaconsDidFailForRegion(CLLocationManager, CLBeaconRegion, NSError) .

S’applique à