Show / Hide Table of Contents

Class ISN_UNLocationNotificationTrigger

The geographic location that the user must reach to enable the delivery of a local notification.

Inheritance
System.Object
ISN_UNNotificationTrigger
ISN_UNLocationNotificationTrigger
Inherited Members
ISN_UNNotificationTrigger.m_Repeats
ISN_UNNotificationTrigger.m_NextTriggerDate
ISN_UNNotificationTrigger.m_Type
ISN_UNNotificationTrigger.m_TimeInterval
ISN_UNNotificationTrigger.m_DateComponents
ISN_UNNotificationTrigger.m_Region
ISN_UNNotificationTrigger.Repeats
ISN_UNNotificationTrigger.NextTriggerDate
ISN_UNNotificationTrigger.Type
ISN_UNNotificationTrigger.Convert()
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 false to unschedule the notification after the trigger fires. Specify true if you want the notification to be rescheduled after it fires.

Properties

Region

The region used to determine when the notification is sent.

Use the and properties of this region to specify whether notifications are sent when the user enters or exits the specified geographic area.

Declaration
public ISN_CLCircularRegion Region { get; set; }
Property Value
Type Description
ISN_CLCircularRegion
In This Article
Back to top Generated by DocFX