Interstitiad.onClose
Lắng nghe sự kiện quảng cáo bị đóng.
Sử dụng
this.ad = my.createInterstitialAd();
this.ad.onClose(() => {
my.alert({ content: 'Ad closed' });
});
ad.load();
Lắng nghe sự kiện quảng cáo bị đóng.
this.ad = my.createInterstitialAd();
this.ad.onClose(() => {
my.alert({ content: 'Ad closed' });
});
ad.load();