protected void adClosed() { if (mBannerAdListener != null) { mBannerAdListener.onBannerCollapsed(this); } else if (mOnAdClosedListener != null) { mOnAdClosedListener.OnAdClosed(this); } }
protected void adClosed() { if (mOnAdClosedListener != null) mOnAdClosedListener.OnAdClosed(this); }
public void adClosed() { if (mOnAdClosedListener != null) { mOnAdClosedListener.OnAdClosed(this); } }