Class ISN_UNLocationNotificationTrigger
The geographic location that the user must reach to enable the delivery of a local notification.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UNLocationNotificationTrigger : ISN_UNNotificationTrigger
Constructors
ISN_UNLocationNotificationTrigger(ISN_CLCircularRegion, Boolean)
Creates and returns a location trigger for the specified region.
Declaration
public ISN_UNLocationNotificationTrigger(ISN_CLCircularRegion region, bool repeats)
Parameters
Type | Name | Description |
---|---|---|
ISN_CLCircularRegion | region | The region to use for the trigger. The trigger fires when the user’s device enters or leaves the region. Use the region object to specify whether to deliver notifications on entry, on exit, or both. |
System.Boolean | repeats | Specify |
Properties
Region
The region used to determine when the notification is sent.
Use the
Declaration
public ISN_CLCircularRegion Region { get; set; }
Property Value
Type | Description |
---|---|
ISN_CLCircularRegion |