Show / Hide Table of Contents

Class GeotriggerNotificationInfo

Provides details about a Geotrigger condition that has been met.

Inheritance
System.Object
GeotriggerNotificationInfo
FenceGeotriggerNotificationInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.12 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.12 - 200.7
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 200.7
In This Article
Back to top Copyright © 2022 Esri.