RewardDelegate

public protocol RewardDelegate : AnyObject

Defines all reward-related ad events.

Note

This protocol inherits from AnyObject so that the implementing objects are able to be referenced weakly.

  • Notifies when the user should be granted a reward for watching the ad. This callback won’t be called if the user skipped the ad.

    Declaration

    Swift

    func didEarnReward()