示例#1
0
        protected void HandleOnAdLeftApplication()
        {
            if (m_RewardVideoHandler == null)
            {
                return;
            }

            m_RewardVideoHandler.OnRewardLeftApplication();
        }
示例#2
0
        protected void HandleOnAdLeftApplication(object sender, EventArgs args)
        {
            if (m_RewardVideoHandler == null)
            {
                return;
            }

            m_RewardVideoHandler.OnRewardLeftApplication();
        }