CLLocationManagerDelegate.DeferredUpdatesFinished 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.
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