// Token: 0x06000104 RID: 260 RVA: 0x00006237 File Offset: 0x00004637
 private void didClickMoreAppsEvent(string location)
 {
     if (Chartboost.didClickMoreApps != null)
     {
         Chartboost.didClickMoreApps(CBLocation.locationFromName(location));
     }
 }