onContentAd method

void onContentAd(
  1. IosZjEvent event
)

视频内容回调

Implementation

void onContentAd(IosZjEvent event) {
  _contentAdListener?.call(event);
  tryDestroyListener(event, _contentAdListener);
}