类:AdsLoader

构造函数

AdsLoader

新的 AdsLoader(container)

参数

容器

广告展示容器。

值不能为 null。

方法

contentComplete

contentComplete()

向 SDK 发送内容完成的信号。这样,SDK 就可以播放后贴片广告(如果通过广告规则加载此类广告)。

destroy

destroy()

清理了内部状态。

getSettings

getSettings() 返回 ImaSdkSettings

返回 IMA SDK 设置实例。如需更改设置,只需调用实例上的方法即可。这些更改将应用于使用此广告加载程序发出的所有广告请求。

返回

non-null ImaSdkSettings:设置实例。

getVersion

getVersion() 返回字符串

返回当前 SDK 的版本。

返回

string 

请求广告

requestAds(adsRequest、userRequestContext)

从服务器中请求广告。

参数

广告请求

AdsRequest

AdsRequest 实例,包含广告请求的数据。

值不能为 null。

userRequestContext

选填

对象

与广告请求相关联的用户提供的对象。可在广告加载后检索这些数据。

值不能为 null。