// Token: 0x06000108 RID: 264 RVA: 0x000062CD File Offset: 0x000046CD
 private void didDisplayMoreAppsEvent(string location)
 {
     Chartboost.doUnityPause(true, true);
     if (Chartboost.didDisplayMoreApps != null)
     {
         Chartboost.didDisplayMoreApps(CBLocation.locationFromName(location));
     }
 }