onAdShow method

  1. @override
void onAdShow(
  1. String adId
)
override

广告曝光

Implementation

@override
void onAdShow(String adId) {
  if(mohoRenderingListener.onAdShow!=null){
    mohoRenderingListener.onAdShow!();
  }
}