// Token: 0x06000450 RID: 1104 RVA: 0x00013028 File Offset: 0x00011428 public void HandleAdLeftApplication(object sender, EventArgs args) { if (GoogleMobileAdsDemoScript.BannerChangedEvent != null) { GoogleMobileAdsDemoScript.BannerChangedEvent(false); } MonoBehaviour.print("HandleAdLeftApplication event received"); }
// Token: 0x0600044F RID: 1103 RVA: 0x00012FFC File Offset: 0x000113FC public void HandleAdClosed2(object sender, EventArgs args) { Ads_Script.current.isBannerVisible2 = false; if (GoogleMobileAdsDemoScript.BannerChangedEvent != null) { GoogleMobileAdsDemoScript.BannerChangedEvent(false); } MonoBehaviour.print("HandleAdClosed event received"); }
// Token: 0x0600044C RID: 1100 RVA: 0x00012F98 File Offset: 0x00011398 public void HandleAdOpened2(object sender, EventArgs args) { if (GoogleMobileAdsDemoScript.BannerChangedEvent != null) { GoogleMobileAdsDemoScript.BannerChangedEvent(true); } Ads_Script.current.isBannerVisible2 = true; MonoBehaviour.print("HandleAdOpened event received"); }