Event
@objc(AASDKEvent)
public protocol Event : NSObjectProtocolThe Event protocol describes basic data for an event.
- 
                  
                  Extra data for an event. DeclarationSwift @objc var extraAdData: [String : Any]? { get }
- 
                  
                  Event type as a string. DeclarationSwift @objc var stringEvent: String { get }
