修复报错
This commit is contained in:
parent
08633a0154
commit
2d2426d021
|
@ -62,11 +62,11 @@ namespace Script.SDKManager.AdsSDKManager.Utils
|
||||||
LoggerUtils.Debug("[AdsBidResult] final maxPriceCustomContentInfo: " + customContentString + " double: " + customContentDouble + " object:" + customContentObjectString);
|
LoggerUtils.Debug("[AdsBidResult] final maxPriceCustomContentInfo: " + customContentString + " double: " + customContentDouble + " object:" + customContentObjectString);
|
||||||
if (customContentObjectString.Equals(m_toponObj))
|
if (customContentObjectString.Equals(m_toponObj))
|
||||||
{
|
{
|
||||||
return PlatformType.Tpn;
|
return PlatformType.Topon;
|
||||||
}
|
}
|
||||||
else if (customContentObjectString.Equals(m_maxObj))
|
else if (customContentObjectString.Equals(m_maxObj))
|
||||||
{
|
{
|
||||||
return PlatformType.Max;
|
return PlatformType.AppLovin;
|
||||||
}
|
}
|
||||||
else if (customContentObjectString.Equals(m_admobObj))
|
else if (customContentObjectString.Equals(m_admobObj))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue