RewardedEventHandlerProtocol

@objc
public protocol RewardedEventHandlerProtocol : PBMInterstitialAd

A protocol for handling events related to rewarded ads.

This protocol extends PBMInterstitialAd and defines properties for delegates that handle events related to the ad server communication and user interactions with rewarded ads. Implementing this protocol allows for custom handling of these events within the rewarded ad lifecycle.

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

    Declaration

    Swift

    weak var loadingDelegate: RewardedEventLoadingDelegate? { 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: RewardedEventInteractionDelegate? { get set }