Beispiel #1
0
 protected void adClosed() {
   if (mBannerAdListener != null) {
     mBannerAdListener.onBannerCollapsed(this);
   } else if (mOnAdClosedListener != null) {
     mOnAdClosedListener.OnAdClosed(this);
   }
 }
Beispiel #2
0
 protected void adClosed() {
   if (mOnAdClosedListener != null) mOnAdClosedListener.OnAdClosed(this);
 }
Beispiel #3
0
 public void adClosed() {
   if (mOnAdClosedListener != null) {
     mOnAdClosedListener.OnAdClosed(this);
   }
 }