// Token: 0x06000105 RID: 261 RVA: 0x00006253 File Offset: 0x00004653
 private void didCloseMoreAppsEvent(string location)
 {
     if (Chartboost.didCloseMoreApps != null)
     {
         Chartboost.didCloseMoreApps(CBLocation.locationFromName(location));
     }
 }