Ads Events
-
The types of Ads events.
See moreDeclaration
Swift
public struct AdsEventTypes
-
Thrown to indicate that an ad has begun.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdBeginEvent : AdEvent
-
Thrown to indicate that an ad has ended.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdEndEvent : AdEvent
-
Thrown to indicate that an ad has encountered an error.
- ad : the Ad (either LinearAd or NonLinearAd)
- error : the error message
Declaration
Swift
open class AdErrorEvent : NSObject, AdErrorEventProtocol
-
Thrown to indicate that an ad has begun.
- ad : the AdBreak
Declaration
Swift
public class AdBreakBeginEvent : AdBreakEvent
-
Thrown to indicate that an ad has begun.
- ad : the AdBreak
Declaration
Swift
public class AdBreakEndEvent : AdBreakEvent
-
Thrown to indicate that the first quartile of an ad was watched.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdFirstQuartileEvent : AdEvent
-
Thrown to indicate that an ad impression was fired.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdImpressionEvent : AdEvent
-
Thrown to indicate that an ad was loaded.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdLoadedEvent : AdEvent
-
Thrown to indicate that the middle of an ad was watched.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdMidpointEvent : AdEvent
-
Thrown to indicate that the third quartile of an ad was watched.
- ad : the Ad (either LinearAd or NonLinearAd)
Declaration
Swift
public class AdThirdQuartileEvent : AdEvent