TriggerType enum

TriggerType is the type of the trigger, used to detect changes or activity to perform actions.

Inheritance
Available extensions
Annotations
  • @JsonEnum.new(alwaysCreate: true)

Values

presenceInGeofences → const TriggerType

presenceInGeofences is triggered when a user enters or exits a geofence.

API Reference: PRESENCEINGEOFENCE

exactTime → const TriggerType

exactTime is triggered when a user enters or exits a geofence.

API Reference: EXACTTIME

formula → const TriggerType

formula is triggered when a user enters or exits a geofence.

API Reference: FORMULA

authentication → const TriggerType

authentication is triggered when a user enters or exits a geofence.

API Reference: AUTHENTICATION

pythonScript → const TriggerType

pythonScript is triggered when a user enters or exits a geofence.

API Reference: PYTHONSCRIPT

casesChanges → const TriggerType

casesChanges is triggered when a user enters or exits a geofence.

API Reference: CASES_CHANGES

bhsSpeeding → const TriggerType

BHS_SPEEDING

API Reference: BHS_SPEEDING

bhsPresence → const TriggerType

BHS_PRESENCE

API Reference: BHS_PRESENCE

manualAction → const TriggerType

manualAction is triggered when a user enters manually the information via the app.

API Reference: MANUAL_ACTION

nested → const TriggerType

nested is triggered when a user enters or exits a geofence.

API Reference: NESTED_TRIGGERS

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(String json) TriggerType

Constants

values → const List<TriggerType>
A constant List of the values in this enum, in order of their declaration.