Contents

locationManager(_:didRange:satisfying:)

Tells the delegate that the location manager detected at least one beacon that satisfies the provided constraint.

Declaration

optional func locationManager(_ manager: CLLocationManager, didRange beacons: [CLBeacon], satisfying beaconConstraint: CLBeaconIdentityConstraint)

Parameters

See Also

Receiving beacon-related updates