Skip to content

Commit

Permalink
Actually set the ad player callback
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Sep 30, 2024
1 parent 48a4759 commit f6a63d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ fun ImaAdsLoader.Builder.monitorWith(

setAdEventListener(adsListener)
setAdErrorListener(adsListener)
customerAdPlayerAdCallback?.let { setVideoAdPlayerCallback(adsListener) }

return this
}

0 comments on commit f6a63d6

Please sign in to comment.