AdEvent
@objc(AASDKAdEvent)
public protocol AdEvent : EventThe AdEvent protocol.
- 
                  
                  Ad data. DeclarationSwift @objc var ad: AdData? { get }
- 
                  
                  Event type. DeclarationSwift @objc var event: AdEventType { get }
