CLLocationManagerDelegate.DeferredUpdatesFinished Method

Definition

Location updates will no longer be deferred.

[Foundation.Export("locationManager:didFinishDeferredUpdatesWithError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 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 DeferredUpdatesFinished (CoreLocation.CLLocationManager manager, Foundation.NSError error);
abstract member DeferredUpdatesFinished : CoreLocation.CLLocationManager * Foundation.NSError -> unit
override this.DeferredUpdatesFinished : CoreLocation.CLLocationManager * Foundation.NSError -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

error
NSError

The reason deferred updates are no longer available.

Attributes

Applies to