Exemple #1
0
 public void onShown()
 {
     if (!this.shownReported)
     {
         Tapsell.onNativeBannerAdShown(this.adId);
         this.shownReported = true;
     }
 }
Exemple #2
0
 public void Clicked()
 {
     Tapsell.OnNativeBannerAdClicked(this.zoneId, this.adId);
 }
Exemple #3
0
 public void onClicked()
 {
     Tapsell.onNativeBannerAdClicked(this.adId);
 }