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

this为其CLLocationManager指定委托对象的 。

error
NSError

延迟更新不再可用的原因。

属性

适用于