Поделиться через


CLLocationManagerDelegate.DeferredUpdatesFinished Метод

Определение

Обновления расположения больше не будут откладываться.

[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

Параметры

manager
CLLocationManager

Объект , CLLocationManager для которого this является объектом делегата.

error
NSError

Причина, по которой отложенные обновления больше не доступны.

Атрибуты

Применяется к