插屏广告
#
创建插屏广告请求#
加载插屏广告#
展示插屏广告#
主要APIcom.tencent.klevin.ads.ad.InterstitialAdRequest.Builder
com.tencent.klevin.ads.ad.InterstitialAd
方法名 | 说明 | 参数 |
---|---|---|
Builder.setPosId(long posId) | 配置插屏广告的广告位Id | 【必须】posId为申请的插屏广告位 |
Builder.setAdCount(int count) | 配置广告的拉取个数,默认为1,当前可传1或不调用 | 【可选】 |
Builder.build() | 构造插屏广告的请求参数 | |
InterstitialAd.load(InterstitialAdRequest adRequest, InterstitialAdLoadListener listener) | 加载插屏广告 | adRequest:请求参数InterstitialAdLoadListener插屏广告加载回调,加载成功时返回插屏广告实例对象 |
InterstitialAd.setListener(InterstitialAdListener adListener) | 加载广告成功后,在展示广告之前设置广告的交互回调 | InterstitialAdListener:插屏广告回调,包含广告展示,点击,错误,关闭等回调事件。 |
InterstitialAd.show() | 展示广告 | |
InterstitialAd.isValid() | 检查广告是否有效,展示前检查。广告已曝光,已过期均为无效广告。 | |
InterstitialAd.getPromotedType() | 返回广告的推广类型:2=下载; 3=网页推广【2.10.1版本新增】 | |
InterstitialAd.getRequestId() | 返回广告请求的requestId。【2.11.0版本新增】 | |
InterstitialAd.getCreativeId() | 返回广告的创意Id。【2.11.0版本新增】 | |
InterstitialAd.getECPM() | 获取ECPM,即千次曝光收益,单位为分。 |