CLLocationManagerDelegate_Extensions.DeferredUpdatesFinished Method

Definition

[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 static void DeferredUpdatesFinished (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, Foundation.NSError error);
static member DeferredUpdatesFinished : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * Foundation.NSError -> unit

Parameters

This
ICLLocationManagerDelegate

The instance on which this extension method operates.

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

error
NSError

The reason deferred updates are no longer available.

Attributes

Applies to