Skip to content

Commit

Permalink
Merge pull request #144 from ChartBoost/HB-5946-mediation-unity-add-m…
Browse files Browse the repository at this point in the history
…issing-networks-to-partner-kill-switch-enum

[HB-5946] Adding New Networks to Partner Killswitch
  • Loading branch information
SCastanedaMunoz authored Jun 7, 2023
2 parents f534e4f + 27d5376 commit 7c1d17e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ public enum ChartboostMediationPartners
[Description("tapjoy")] TapJoy = 2048,
[Description("unity")] UnityAds = 4096,
[Description("vungle")] Vungle = 8192,
[Description("yahoo")] Yahoo = 16384
[Description("yahoo")] Yahoo = 16384,
[Description("mobilefuse")] MobileFuse = 32768,
[Description("verve")] Verve = 65536,
[Description("hyprmx")] HyprMX = 131072
}

/// <summary>
Expand Down

0 comments on commit 7c1d17e

Please sign in to comment.