Exemple #1
0
 public void onShown()
 {
     if (!this.shownReported)
     {
         Tapsell.onNativeBannerAdShown(this.adId);
         this.shownReported = true;
     }
 }