Share via


UNLocationNotificationTrigger.CreateTrigger(CLRegion, Boolean) Method

Definition

[Foundation.Export("triggerWithRegion:repeats:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UserNotifications.UNLocationNotificationTrigger CreateTrigger(CoreLocation.CLRegion region, bool repeats);
[<Foundation.Export("triggerWithRegion:repeats:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTrigger : CoreLocation.CLRegion * bool -> UserNotifications.UNLocationNotificationTrigger

Parameters

region
CLRegion
repeats
Boolean

Returns

Attributes

Applies to