다음을 통해 공유


CLLocationManagerDelegate.DidRangeBeacons 메서드

정의

에서 에 대한 beaconsregion범위 정보가 생성되었습니다.

[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

매개 변수

manager
CLLocationManager

CLLocationManager 대리자 this 개체인 입니다.

beacons
CLBeacon[]

범위가 지정한 CLBeacons입니다.

특성

적용 대상