CLMonitor.AddCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AddCondition(CLCondition, String) | |
| AddCondition(CLCondition, String, CLMonitoringState) |
AddCondition(CLCondition, String)
[Foundation.Export("addConditionForMonitoring:identifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddCondition(CoreLocation.CLCondition condition, string identifier);
[<Foundation.Export("addConditionForMonitoring:identifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddCondition : CoreLocation.CLCondition * string -> unit
override this.AddCondition : CoreLocation.CLCondition * string -> unit
Parameters
- condition
- CLCondition
- identifier
- String
- Attributes
Applies to
AddCondition(CLCondition, String, CLMonitoringState)
[Foundation.Export("addConditionForMonitoring:identifier:assumedState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddCondition(CoreLocation.CLCondition condition, string identifier, CoreLocation.CLMonitoringState state);
[<Foundation.Export("addConditionForMonitoring:identifier:assumedState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddCondition : CoreLocation.CLCondition * string * CoreLocation.CLMonitoringState -> unit
override this.AddCondition : CoreLocation.CLCondition * string * CoreLocation.CLMonitoringState -> unit
Parameters
- condition
- CLCondition
- identifier
- String
- state
- CLMonitoringState
- Attributes