InteractiveAdEventType
@objc(AASDKInteractiveAdEventType)
public enum InteractiveAdEventType : Int, CaseIterable
Various event types sent by the InteractiveAdManager to its listeners.
-
Unknown event, should not be triggered.
Declaration
Swift
case unknown -
The ad will be skipped, as the detection method was triggered.
Declaration
Swift
case willBeSkipped -
The ad was skipped, as the detection method was triggered.
Declaration
Swift
case skipped -
The ad was extended, as the detection method was triggered.
Declaration
Swift
case extended -
-
-