Skip to content

Commit

Permalink
Remove deprecated rewarded ads callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Sep 11, 2024
1 parent 78e2e0d commit fd6307b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ class ALMAXRewardedAdViewController: ALBaseAdViewController, MARewardedAdDelegat

// MARK: MARewardedAdDelegate Protocol

func didStartRewardedVideo(for ad: MAAd) { logCallback() }

func didCompleteRewardedVideo(for ad: MAAd) { logCallback() }

func didRewardUser(for ad: MAAd, with reward: MAReward)
{
// Rewarded ad was displayed and user should receive the reward
Expand Down

0 comments on commit fd6307b

Please sign in to comment.