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