GeotriggerFeed QML Type
Geotrigger.">
GeotriggerFeed QML Type | ArcGISQtQml
Esri.ArcGISRuntime
GeotriggerFeed
Feed data required for a Geotrigger. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.12 |
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- GeotriggerFeed is part of QML Type List.
Properties
- feedType : Enums.GeotriggerFeedType
Detailed Description
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 a LocationGeotriggerFeed.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only] feedType : Enums.GeotriggerFeedType |
The type of feed data (read-only).
The type for a specific feed data object.