IMinimalAdsMediator
This interface describes the API for interation with any ads mediator.
Banner
OnBannerLoaded
event Action<IAdsImpression> OnBannerLoaded;
Send this event if the banner has successfully showed.Will be specific for different mediators. Must be invoked when the mediator sending revenue-data.
Reward
OnRewardShown
event Action<IAdsImpression> OnRewardShown;
Must be invoked when rewarded ad successfully shown. Will be specific for different mediators. Must be invoked when the mediator sending revenue-data.
Interstitial
OnInterShown
event Action<IAdsImpression> OnInterShown;
Must be invoked when interstitial ad successfully shown. Will be specific for different mediators. Must be invoked when the mediator sending revenue-data.