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