Interstitiad.onError
Lắng nghe sự kiện hiển thị quảng cáo bị lỗi.
Sử dụng
this.ad = my.createInterstitialAd();
this.ad.onError((e) => {
my.alert({ title: 'Ad error', content: JSON.stringify(e) });
});
ad.load();
Lắng nghe sự kiện hiển thị quảng cáo bị lỗi.
this.ad = my.createInterstitialAd();
this.ad.onError((e) => {
my.alert({ title: 'Ad error', content: JSON.stringify(e) });
});
ad.load();