FenceGeotriggerNotificationInfo class final
A GeotriggerNotificationInfo from a FenceGeotrigger.
- Inheritance
-
- Object
- GeotriggerNotificationInfo
- FenceGeotriggerNotificationInfo
Properties
-
actions
→ List<
String> -
A set of strings describing recommended actions based on this
notification.
no setterinherited
- feedEntityId → String
-
A unique ID for the entity within the feed that triggered the notification
info.
no setterinherited
- feedLocation → ArcGISLocation?
-
An ArcGISLocation, received from the feed, that meets the
GeotriggerMonitor condition.
no setterinherited
- fenceGeoElement → GeoElement
-
The GeoElement from the fence data that meets the FenceGeotrigger
condition.
no setter
- fenceGeometry → Geometry
-
The Geometry used for the fence that satisfies the FenceGeotrigger
condition.
no setter
- fenceId → String
-
A unique ID for the fence that triggered the notification info.
no setter
- fenceNotificationType → FenceNotificationType
-
The type of rule that caused this FenceGeotriggerNotificationInfo.
no setter
- geotriggerMonitor → GeotriggerMonitor
-
The GeotriggerMonitor that sent this notification.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A message that describes the notification.
no setterinherited
-
messageProperties
→ Map<
String, dynamic> -
A dictionary of optional properties derived from the
Geotrigger.messageExpression.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited