HMLocationEvent.UpdateRegion(CLRegion, Action<NSError>) 方法

定义

开发人员不应使用此已弃用的方法。

[Foundation.Export("updateRegion:completionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateRegion (CoreLocation.CLRegion region, Action<Foundation.NSError> completion);
abstract member UpdateRegion : CoreLocation.CLRegion * Action<Foundation.NSError> -> unit
override this.UpdateRegion : CoreLocation.CLRegion * Action<Foundation.NSError> -> unit

参数

region
CLRegion
completion
Action<NSError>
属性

适用于