TriggerEvent
@objc
public protocol TriggerEvent : Event, NSCopying
A GeoTrigger event, e.g. FenceEntered
or FenceExited
.
-
Name of fence causing the trigger
Declaration
Swift
var fenceName: String { get }
-
Id of fence causing the trigger
Declaration
Swift
var fenceId: UUID { get }
-
Locations leading to the trigger event
Declaration
Swift
var locations: [CLLocation] { get }
-
Unique Id of the event
Declaration
Swift
var uniqueId: UUID { get }