Ads Events
- 
                  
                  The types of Ads events. See moreDeclarationSwift public struct AdsEventTypes
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdBeginEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad has ended. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift 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
 DeclarationSwift open class AdErrorEvent : NSObject, AdErrorEventProtocol
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the AdBreak
 DeclarationSwift public class AdBreakBeginEvent : AdBreakEvent
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the AdBreak
 DeclarationSwift public class AdBreakEndEvent : AdBreakEvent
- 
                  
                  Thrown to indicate that the first quartile of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdFirstQuartileEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad impression was fired. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdImpressionEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad was loaded. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdLoadedEvent : AdEvent
- 
                  
                  Thrown to indicate that the middle of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdMidpointEvent : AdEvent
- 
                  
                  Thrown to indicate that the third quartile of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift public class AdThirdQuartileEvent : AdEvent
 Ads Events  Reference
      Ads Events  Reference