CLLocationManagerDelegate_Extensions.LocationUpdatesResumed 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 LocationUpdatesResumed (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager);
static member LocationUpdatesResumed : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager -> unit

Parameters

This
ICLLocationManagerDelegate

The instance on which this extension method operates.

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

Attributes

Applies to