AdErrorEvent

@objc(THEOplayerAdErrorEvent)
open class AdErrorEvent : NSObject, AdErrorEventProtocol, AdErrorEventProtocol_Objc

Thrown to indicate that an ad has encountered an error.

  • ad : the Ad (either LinearAd or NonLinearAd)
  • error : the error message
  • Declaration

    Swift

    @objc
    public private(set) var type: String { get }
  • Declaration

    Swift

    @objc
    public private(set) var date: Date { get }