VideoCallback constructor
VideoCallback({
- OnAdLoadSuccess? onAdLoadSuccess,
- OnAdLoadFailed? onAdLoadFailed,
- OnAdShow? onAdShow,
- OnAdClick? onAdClick,
- OnAdClosed? onAdClosed,
- OnAdRenderFailed? onAdRenderFailed,
- OnAdRequestSuccess? onAdRequestSuccess,
- OnVideoStart? onVideoStart,
- OnVideoPause? onVideoPause,
- OnVideoSkip? onVideoSkip,
- OnVideoComplete? onVideoComplete,
- OnPicAdEnd? onPicAdEnd,
- OnReward? onReward,
Implementation
VideoCallback({
super.onAdLoadSuccess,
super.onAdLoadFailed,
super.onAdShow,
super.onAdClick,
super.onAdClosed,
super.onAdRenderFailed,
this.onAdRequestSuccess,
this.onVideoStart,
this.onVideoPause,
this.onVideoSkip,
this.onVideoComplete,
this.onPicAdEnd,
this.onReward,
});