Class GeotriggerFeed
- java.lang.Object
-
- com.esri.arcgisruntime.geotriggers.GeotriggerFeed
-
- Direct Known Subclasses:
LocationGeotriggerFeed
public abstract class GeotriggerFeed extends java.lang.Object
Feed data required for aGeotrigger
.A GeotriggerFeed is the dynamic component of a
Geotrigger
. Typically, it is the data that moves around and triggers the condition. For example, if the condition is "notify me when my position comes within 50 meters of one of my target areas", the feed data is "my position". Feed data for the device location is created as aLocationGeotriggerFeed
.- Since:
- 100.12.0