Freigeben über


CLLocationManager.StartRangingBeacons(CLBeaconRegion) Methode

Definition

Beginnt mit der Übermittlung von Benachrichtigungen zu Beacons in 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

Parameter

region
CLBeaconRegion

Die region, die überprüft wird.

Attribute

Hinweise

Vor dem Aufrufen dieser Methode müssen Anwendungsentwickler einem Objekt zuweisen Delegate , das die DidRangeBeacons(CLLocationManager, CLBeacon[], CLBeaconRegion) Methoden und RangingBeaconsDidFailForRegion(CLLocationManager, CLBeaconRegion, NSError) implementiert.

Gilt für: