ViewLoadCallback constructor

ViewLoadCallback({
  1. OnAdLoadSuccess? onAdLoadSuccess,
  2. OnAdLoadFailed? onAdLoadFailed,
  3. OnAdClick? onAdClick,
  4. OnAdShow? onAdShow,
  5. OnAdClosed? onAdClosed,
  6. OnAdRenderSuccess? onAdRenderSuccess,
  7. OnAdRenderFailed? onAdRenderFailed,
})

Implementation

ViewLoadCallback({
  this.onAdLoadSuccess,
  this.onAdLoadFailed,
  this.onAdClick,
  this.onAdShow,
  this.onAdClosed,
  this.onAdRenderSuccess,
  this.onAdRenderFailed,
});