Class LocationNotificationTrigger
A trigger condition that causes a notification to be delivered when the user's device enters or exits the specified geographic region.
Inheritance
System.Object
LocationNotificationTrigger
Implements
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: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public sealed class LocationNotificationTrigger : INotificationTrigger
Constructors
LocationNotificationTrigger(CircularRegion, Boolean, Boolean, Boolean)
Creates a new instance of the LocationNotificationTrigger class.
Declaration
public LocationNotificationTrigger(CircularRegion region, bool notifyOnEntry, bool notifyOnExit, bool repeats)
Parameters
Type | Name | Description |
---|---|---|
CircularRegion | region | Region. |
System.Boolean | notifyOnEntry | If set to |
System.Boolean | notifyOnExit | If set to |
System.Boolean | repeats | If set to |
Properties
NotifyOnEntry
A Boolean indicating that notifications are generated upon entry into the region.
Declaration
public bool NotifyOnEntry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NotifyOnExit
A Boolean indicating that notifications are generated upon exit from the region.
Declaration
public bool NotifyOnExit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Region
The region used to determine when the notification is sent.
Declaration
public CircularRegion Region { get; }
Property Value
Type | Description |
---|---|
CircularRegion |
Repeats
Declaration
public bool Repeats { get; }
Property Value
Type | Description |
---|---|
System.Boolean |