EventListener
public protocol EventListener
Protocol for listening to events fired by the SDK
-
Called when an event is firec by the SDK
Declaration
Swift
func eventFired(_ event: Event)
Parameters
event
The event that was fired