Compartir a través de


CLLocationManagerDelegate_Extensions.DidRangeBeacons Método

Definición

[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 static void DidRangeBeacons (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLBeacon[] beacons, CoreLocation.CLBeaconRegion region);
static member DidRangeBeacons : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> unit

Parámetros

This
ICLLocationManagerDelegate

Instancia en la que opera este método de extensión.

manager
CLLocationManager

CLLocationManager objeto para el que this es el objeto delegado.

beacons
CLBeacon[]

El intervalo CLBeacons.

Atributos

Se aplica a