Beispiel #1
0
 /// <summary>
 /// Fetches an ad from Chartboost for the given CBLocation.
 /// </summary>
 public static void ChartboostFetchForLocation(string location)
 {
     #if UNITY_ANDROID
     HZInterstitialAdAndroid.chartboostFetchForLocation(location);
     #elif UNITY_IPHONE && !UNITY_EDITOR
     HZInterstitialAdIOS.chartboostFetchForLocation(location);
     #else
     #endif
 }
Beispiel #2
0
 // Token: 0x060000D7 RID: 215 RVA: 0x00003955 File Offset: 0x00001B55
 public static void ChartboostFetchForLocation(string location)
 {
     HZInterstitialAdAndroid.chartboostFetchForLocation(location);
 }