// Token: 0x06000102 RID: 258 RVA: 0x000061C0 File Offset: 0x000045C0
        private void didFailToLoadMoreAppsEvent(string dataString)
        {
            Hashtable         hashtable = (Hashtable)CBJSON.Deserialize(dataString);
            CBImpressionError arg       = Chartboost.impressionErrorFromInt(hashtable["errorCode"]);

            if (Chartboost.didFailToLoadMoreApps != null)
            {
                Chartboost.didFailToLoadMoreApps(CBLocation.locationFromName(hashtable["location"] as string), arg);
            }
        }