ResponseInterstitialRewarded constructor
ResponseInterstitialRewarded(
- StatusInterstitialRewarded status, {
- num? rewardAmount,
- String? rewardType,
- int? admobErrorCode,
- String? admobErrorMessage,
Implementation
ResponseInterstitialRewarded(this.status,
{this.rewardAmount,
this.rewardType,
this.admobErrorCode,
this.admobErrorMessage});