FenceGeotrigger constructor
- required GeotriggerFeed feed,
- required FenceRuleType ruleType,
- required FenceParameters fenceParameters,
- ArcadeExpression? messageExpression,
- String name = '',
Creates FenceGeotrigger with an expression and a name.
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
— The ArcadeExpression that will be evaluated to create a GeotriggerNotificationInfo.message.name
— The name for the FenceGeotrigger.