Ads Events
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdBeginEvent) public class AdBeginEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad has ended. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdEndEvent) 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 @objc(THEOplayerAdErrorEvent) public class AdErrorEvent : NSObject, _AdErrorEventProtocol
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the AdBreak
 DeclarationSwift @objc(THEOplayerAdBreakBeginEvent) public class AdBreakBeginEvent : AdBreakEvent
- 
                  
                  Thrown to indicate that an ad has begun. - ad : the AdBreak
 DeclarationSwift @objc(THEOplayerAdBreakEndEvent) public class AdBreakEndEvent : AdBreakEvent
- 
                  
                  Thrown to indicate that the first quartile of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdFirstQuartileEvent) public class AdFirstQuartileEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad impression was fired. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdImpressionEvent) public class AdImpressionEvent : AdEvent
- 
                  
                  Thrown to indicate that an ad was loaded. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdLoadedEvent) public class AdLoadedEvent : AdEvent
- 
                  
                  Thrown to indicate that the middle of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdMidPointEvent) public class AdMidpointEvent : AdEvent
- 
                  
                  Thrown to indicate that the third quartile of an ad was watched. - ad : the Ad (either LinearAd or NonLinearAd)
 DeclarationSwift @objc(THEOplayerAdThirdQuartileEvent) public class AdThirdQuartileEvent : AdEvent
 Ads Events  Reference
      Ads Events  Reference