From cbfd67b3e31ba1a8fa45a3dbc11627f83618c1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Nun=CC=83o=20Garci=CC=81a?= Date: Fri, 18 Jan 2019 09:06:18 +0100 Subject: [PATCH] [HZUNITY-74] Adapting network names to the current existing ones. --- Assets/Plugins/Heyzap/HeyzapAds.cs | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Assets/Plugins/Heyzap/HeyzapAds.cs b/Assets/Plugins/Heyzap/HeyzapAds.cs index 7f180e3d..3d21f08a 100644 --- a/Assets/Plugins/Heyzap/HeyzapAds.cs +++ b/Assets/Plugins/Heyzap/HeyzapAds.cs @@ -111,23 +111,24 @@ public static class NetworkCallback { #endregion #region Network names - public static class Network { + public static class Network + { + public const string ADCOLONY = "adcolony"; + public const string ADMOB = "admob"; + public const string APPLOVIN = "applovin"; + public const string CHARTBOOST = "chartboost"; + public const string FACEBOOK = "facebook"; + public const string FYBER_EXCHANGE = "fyber_exchange"; public const string HEYZAP = "heyzap"; public const string HEYZAP_CROSS_PROMO = "heyzap_cross_promo"; public const string HEYZAP_EXCHANGE = "heyzap_exchange"; - public const string FACEBOOK = "facebook"; - public const string UNITYADS = "unityads"; - public const string APPLOVIN = "applovin"; - public const string VUNGLE = "vungle"; - public const string CHARTBOOST = "chartboost"; - public const string ADCOLONY = "adcolony"; - public const string ADMOB = "admob"; - public const string IAD = "iad"; - public const string LEADBOLT = "leadbolt"; + public const string HYPRMX = "hyprmx"; public const string INMOBI = "inmobi"; - public const string DOMOB = "domob"; + public const string IRON_SOURCE = "iron_source"; public const string MOPUB = "mopub"; - public const string FYBER_EXCHANGE = "fyber_exchange"; + public const string TAPJOY = "tapjoy"; + public const string UNITYADS = "unityads"; + public const string VUNGLE = "vungle"; } #endregion