AdEvent

@objc
public class AdEvent : PKEvent

Undocumented

  • Declaration

    Swift

    @objc
    public static let allEventTypes: [AdEvent.Type]
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adBreakReady: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let allAdsCompleted: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adComplete: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adClicked: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adFirstQuartile: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adLoaded: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adLog: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adMidpoint: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adPaused: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adResumed: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adSkipped: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adStarted: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adTapped: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adThirdQuartile: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adDidProgressToTime: AdEvent.Type
  • Ad requested the content to pause (before ad starts playing)

    Declaration

    Swift

    @objc
    public static let adDidRequestContentPause: AdEvent.Type
  • Ad requested content resume (when finished playing ads or when error occurs and playback needs to continue)

    Declaration

    Swift

    @objc
    public static let adDidRequestContentResume: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let webOpenerEvent: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adWebOpenerWillOpenExternalBrowser: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adWebOpenerWillOpenInAppBrowser: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adWebOpenerDidOpenInAppBrowser: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adWebOpenerWillCloseInAppBrowser: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adWebOpenerDidCloseInAppBrowser: AdEvent.Type
  • Undocumented

    Declaration

    Swift

    @objc
    public static let adCuePointsUpdate: AdEvent.Type
  • Sent when an ad started buffering

    Declaration

    Swift

    @objc
    public static let adStartedBuffering: AdEvent.Type
  • Sent when ad finished buffering and ready for playback

    Declaration

    Swift

    @objc
    public static let adPlaybackReady: AdEvent.Type
  • Sent when the ads request timed out.

    Declaration

    Swift

    @objc
    public static let requestTimedOut: AdEvent.Type
  • delivered when ads request was sent.

    Declaration

    Swift

    @objc
    public static let adsRequested: AdEvent.Type
  • Sent when an error occurs.

    Declaration

    Swift

    @objc
    public static let error: AdEvent.Type