Skip to content

Commit

Permalink
Adding new networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
SCastanedaMunoz committed Jun 7, 2023
1 parent f534e4f commit 27d5376
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 27d5376

Please sign in to comment.