语法问题
This commit is contained in:
parent
0f084245bc
commit
8d0362c9bc
|
@ -233,7 +233,8 @@ namespace WZ
|
||||||
// and anchored to the bottom of the screne.
|
// and anchored to the bottom of the screne.
|
||||||
ad.RenderTemplate(style, new AdSize(position.Width, position.Height), position.X, position.Y);
|
ad.RenderTemplate(style, new AdSize(position.Width, position.Height), position.X, position.Y);
|
||||||
|
|
||||||
var showNativePosition = showingNativeAds[adUnitId];
|
|
||||||
|
var showNativePosition = showingNativeAds.GetValueOrDefault(adUnitId, null);
|
||||||
|
|
||||||
|
|
||||||
var lastAdResponseId = lastAd?.GetResponseInfo()?.GetResponseId();
|
var lastAdResponseId = lastAd?.GetResponseInfo()?.GetResponseId();
|
||||||
|
|
Loading…
Reference in New Issue