Esempio n. 1
0
 /// <summary>
 /// Attempts to show an ad from Chartboost for the given CBLocation.
 /// </summary>
 public static void ChartboostShowForLocation(string location)
 {
     #if UNITY_ANDROID
     HZInterstitialAdAndroid.chartboostShowForLocation(location);
     #elif UNITY_IPHONE && !UNITY_EDITOR
     HZInterstitialAdIOS.chartboostShowForLocation(location);
     #else
     #endif
 }
Esempio n. 2
0
 // Token: 0x060000D9 RID: 217 RVA: 0x00003965 File Offset: 0x00001B65
 public static void ChartboostShowForLocation(string location)
 {
     HZInterstitialAdAndroid.chartboostShowForLocation(location);
 }