no message
This commit is contained in:
parent
e024f00451
commit
ee26a82fec
|
@ -295,9 +295,9 @@ namespace WZ
|
|||
if (isInterstitial)
|
||||
{
|
||||
AdPriceInfo priceInfo = new AdPriceInfo(
|
||||
maxPrice: -1,//MaxAdsManager.Instance.GetInterstitialRevenue(),
|
||||
admobPrice: -1,//AdmobAdsManager.Instance.GetInterstitialRevenue(),
|
||||
bigoPrice: -1,//BigoAdsManager.Instance.GetInterstitialRevenue(),
|
||||
maxPrice: MaxAdsManager.Instance.GetInterstitialRevenue(),
|
||||
admobPrice: AdmobAdsManager.Instance.GetInterstitialRevenue(),
|
||||
bigoPrice: BigoAdsManager.Instance.GetInterstitialRevenue(),
|
||||
kwaiPrice: KwaiAdsManager.Instance.GetInterstitialRevenue(),
|
||||
toponAdUnitId: TpnAdsManager.Instance._topon_interstitial_units
|
||||
);
|
||||
|
@ -306,9 +306,9 @@ namespace WZ
|
|||
else
|
||||
{
|
||||
AdPriceInfo priceInfo = new AdPriceInfo(
|
||||
maxPrice: -1,//MaxAdsManager.Instance.GetRewardedRevenue(),
|
||||
admobPrice: -1,//AdmobAdsManager.Instance.GetRewardedRevenue(),
|
||||
bigoPrice: -1,//BigoAdsManager.Instance.GetRewardedRevenue(),
|
||||
maxPrice: MaxAdsManager.Instance.GetRewardedRevenue(),
|
||||
admobPrice: AdmobAdsManager.Instance.GetRewardedRevenue(),
|
||||
bigoPrice: BigoAdsManager.Instance.GetRewardedRevenue(),
|
||||
kwaiPrice: KwaiAdsManager.Instance.GetRewardedRevenue(),
|
||||
toponAdUnitId: TpnAdsManager.Instance._topon_rewarded_units
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue