ViewLoadCallback constructor
ViewLoadCallback({
- OnAdLoadSuccess? onAdLoadSuccess,
- OnAdLoadFailed? onAdLoadFailed,
- OnAdClick? onAdClick,
- OnAdShow? onAdShow,
- OnAdClosed? onAdClosed,
- OnAdRenderSuccess? onAdRenderSuccess,
- OnAdRenderFailed? onAdRenderFailed,
Implementation
ViewLoadCallback({
this.onAdLoadSuccess,
this.onAdLoadFailed,
this.onAdClick,
this.onAdShow,
this.onAdClosed,
this.onAdRenderSuccess,
this.onAdRenderFailed,
});