Interstitiad.onLoad
Lắng nghe sự kiện quảng cáo được load thành công.
Sử dụng
this.ad = my.createInterstitialAd();
this.ad.onLoad(() => {
my.alert({ content: 'Ad loaded' });
});
ad.load();
Lắng nghe sự kiện quảng cáo được load thành công.
this.ad = my.createInterstitialAd();
this.ad.onLoad(() => {
my.alert({ content: 'Ad loaded' });
});
ad.load();