FenceGeotrigger

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.

ruleType

The FenceRuleType that describes the check that will be performed upon the feed data.

fenceParameters

The FenceParameters that will be evaluated.

messageExpression
name

The name for the FenceGeotrigger.