CLLocationManagerDelegate_Extensions.DidFailRangingBeacons Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFailRangingBeacons(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLBeaconIdentityConstraint beaconConstraint, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFailRangingBeacons : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLBeaconIdentityConstraint * Foundation.NSError -> unit
Parameters
- manager
- CLLocationManager
- beaconConstraint
- CLBeaconIdentityConstraint
- error
- NSError
- Attributes