ShowListener.rewarded constructor
ShowListener.rewarded({
- Callback? onAdImpression,
- Callback? onAdClicked,
- Callback? onAdRewarded,
- CloseCallback? onAdClosed,
- FailureCallback? onAdFailed,
Implementation
ShowListener.rewarded(
{this.onAdImpression,
this.onAdClicked,
this.onAdRewarded,
this.onAdClosed,
this.onAdFailed});