AdErrorEvent

open class AdErrorEvent : NSObject, AdErrorEventProtocol

Thrown to indicate that an ad has encountered an error.

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

    Swift

    public let type: String
  • Declaration

    Swift

    public let date: Date