ResponseInterstitialRewarded constructor

ResponseInterstitialRewarded(
  1. StatusInterstitialRewarded status, {
  2. num? rewardAmount,
  3. String? rewardType,
  4. int? admobErrorCode,
  5. String? admobErrorMessage,
})

Implementation

ResponseInterstitialRewarded(this.status,
    {this.rewardAmount,
    this.rewardType,
    this.admobErrorCode,
    this.admobErrorMessage});