UILocalNotification.Region Property

Definition

Gets or sets the physical region that triggers the notification.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreLocation.CLRegion Region { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("region", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setRegion:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Region : CoreLocation.CLRegion with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to