Class GeotriggerNotificationInfo
Provides details about a Geotrigger condition that has been met.
Namespace: Esri.ArcGISRuntime.Geotriggers
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class GeotriggerNotificationInfo
Remarks
A GeotriggerNotificationInfo is sent by a GeotriggerMonitor whenever the condition described by its Geotrigger is met. The Geotrigger also defines how the GeotriggerNotificationInfo should be created. For example, it describes what message should be displayed to the user.
Properties
Name | Description |
---|---|
Actions | Gets a set of strings describing recommended actions based on this notification. |
FeedEntityId | Gets a unique ID for the entity within the feed that triggered the notification info. |
FeedLocation | Gets a Location, received from the feed, that meets the GeotriggerMonitor condition. |
GeotriggerMonitor | Gets the GeotriggerMonitor that sent this notification. |
Message | Gets a message that describes the notification. |
MessageProperties | Gets a dictionary of optional properties derived from the MessageExpression. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |