InterstitialEventHandlerProtocol

@objc
public protocol InterstitialEventHandlerProtocol : PBMInterstitialAd

Undocumented

  • Delegate for custom event handler to inform the PBM SDK about the events related to the ad server communication.

    Declaration

    Swift

    weak var loadingDelegate: InterstitialEventLoadingDelegate? { get set }
  • Delegate for custom event handler to inform the PBM SDK about the events related to the user’s interaction with the ad.

    Declaration

    Swift

    weak var interactionDelegate: InterstitialEventInteractionDelegate? { get set }