次の方法で共有


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

遅延更新プログラムが使用できなくなった理由。

属性

適用対象