Esempio n. 1
0
        /// <summary>
        /// Shows the mediation test suite.
        /// </summary>
        public static void ShowMediationTestSuite()
        {
            #if UNITY_ANDROID
            HeyzapAdsAndroid.ShowMediationTestSuite();
            #endif

            #if UNITY_IPHONE && !UNITY_EDITOR
            HeyzapAdsIOS.ShowMediationTestSuite();
            #endif
        }
 /// <summary>
 /// Shows the mediation test suite.
 /// </summary>
 public static void ShowMediationTestSuite()
 {
     #if !UNITY_EDITOR && (UNITY_ANDROID || UNITY_IPHONE)
         #if UNITY_ANDROID
     HeyzapAdsAndroid.ShowMediationTestSuite();
         #elif UNITY_IPHONE
     HeyzapAdsIOS.ShowMediationTestSuite();
         #endif
     #else
     UnityEngine.Debug.LogWarning("Call received to show the Heyzap SDK test suite, but the SDK does not function in the editor. You must use a device/emulator to use the test suite.");
     #endif
 }
Esempio n. 3
0
 // Token: 0x06000076 RID: 118 RVA: 0x00002F79 File Offset: 0x00001179
 public static void ShowMediationTestSuite()
 {
     HeyzapAdsAndroid.ShowMediationTestSuite();
 }