onContentAd method
视频内容回调
Implementation
void onContentAd(IosZjEvent event) {
_contentAdListener?.call(event);
tryDestroyListener(event, _contentAdListener);
}
视频内容回调
void onContentAd(IosZjEvent event) {
_contentAdListener?.call(event);
tryDestroyListener(event, _contentAdListener);
}