InteractiveAdEvent
@objc(AASDKInteractiveAdEvent)
public protocol InteractiveAdEvent : EventThe InteractiveAdEvent protocol.
- 
                  
                  The ad data. DeclarationSwift @objc var ad: AdData? { get }
- 
                  
                  The event type. DeclarationSwift @objc var event: InteractiveAdEventType { get }
