CLLocationManager.StartRangingBeacons(CLBeaconRegion) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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) .