示例代码如下:
MiracleGames.Advertising.AdvertisingManager.ShowGoogleAd(GoogleAD,Width, Height);
参数名 |
参数描述 |
GoogleAD | 谷歌广告参数,由于谷歌广告参数较长建议不要写死. |
Width | 广告的宽 |
Height | 广告的高 |
注意:广告的宽高如需设置建议尺寸不要低于480*360,如无特殊要求可以设置为0,0.
示例代码如下:
MiracleGames.Advertising.AdvertisingManager.GoogleADClosd += GoogleADClosd;