RewardedAdListener constructor

RewardedAdListener({
  1. void onVideoComplete()?,
  2. void onVideoClosed()?,
  3. void onError(
    1. int code,
    2. String message
    )?,
  4. void onLoaded()?,
  5. void onClicked()?,
  6. void onLoggingImpression()?,
})

Implementation

RewardedAdListener({
  this.onVideoComplete,
  this.onVideoClosed,
  this.onError,
  this.onLoaded,
  this.onClicked,
  this.onLoggingImpression,
});