RewardedEventHandlerProtocol
@objc
public protocol RewardedEventHandlerProtocol : 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: 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 }