Share via


CLLocationManager.StartMonitoringLocationPushes Method

Definition

[Foundation.Export("startMonitoringLocationPushesWithCompletion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartMonitoringLocationPushes(Action<Foundation.NSData,Foundation.NSError>? completion);
[<Foundation.Export("startMonitoringLocationPushesWithCompletion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartMonitoringLocationPushes : Action<Foundation.NSData, Foundation.NSError> -> unit
override this.StartMonitoringLocationPushes : Action<Foundation.NSData, Foundation.NSError> -> unit

Parameters

completion
Action<NSData,NSError>
Attributes

Applies to