ShowListener.rewarded constructor

ShowListener.rewarded({
  1. Callback? onAdImpression,
  2. Callback? onAdClicked,
  3. Callback? onAdRewarded,
  4. CloseCallback? onAdClosed,
  5. FailureCallback? onAdFailed,
})

Implementation

ShowListener.rewarded(
    {this.onAdImpression,
    this.onAdClicked,
    this.onAdRewarded,
    this.onAdClosed,
    this.onAdFailed});