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
eventThe event that was fired
 
View on GitHub
        EventListener Protocol Reference