// Token: 0x060000FE RID: 254 RVA: 0x0000610F File Offset: 0x0000450F
 private void didCloseInterstitialEvent(string location)
 {
     if (Chartboost.didCloseInterstitial != null)
     {
         Chartboost.didCloseInterstitial(CBLocation.locationFromName(location));
     }
 }