Fence Geotrigger
constructor(feed: GeotriggerFeed, ruleType: FenceRuleType, fenceParameters: FenceParameters, messageExpression: ArcadeExpression? = null, name: String = "")
Constructs FenceGeotrigger with an expression and a name.
Since
200.1.0
Parameters
feed
The GeotriggerFeed that is monitored for changes.
rule Type
The FenceRuleType that describes the check that will be performed upon the feed data.
fence Parameters
The FenceParameters that will be evaluated.
message Expression
The com.arcgismaps.arcade.ArcadeExpression that will be evaluated to create a GeotriggerNotificationInfo.message.
name
The name for the FenceGeotrigger.