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