Esempio n. 1
0
        public void DestryAD()
        {
            if (!m_IsShowing)
            {
                return;
            }

            m_IsShowing = false;
            UPSDK.removeBannerAdAt(m_Config.unitID);
        }
 public void onBtnBanner_Bottom_Del_Click()
 {
     UPSDK.removeBannerAdAt("sample_banner");
 }