Skip to content

YangChengTeam/adsdk

Repository files navigation

"广告sdk” 对接文档

  • 示例

  • 配置

  • 代码

    • 生成对象
      • AdPlatformSDK adPlatformSDK = AdPlatformSDK.getInstance(this);
    • 设置默认广告默认值
      • adPlatformSDK.setAdConfigInfo()
    • 初始化
      • adPlatformSDK.init()
    • 调用广告
      • 开屏
        • adPlatformSDK.showSplashAd()
      • 信息流
        • adPlatformSDK.showExpressAd()
      • 横屏
        • adPlatformSDK.showBannerAd()
      • 激励视频
        • 竖屏
          • adPlatformSDK.showRewardVideoVerticalAd()
        • 横屏
          • adPlatformSDK.showRewardVideoHorizontalAd()
      • 全屏视频
        • 竖屏
          • adPlatformSDK.showFullScreenVideoVerticalAd()
        • 横屏
          • adPlatformSDK.showFullScreenVideoHorizontalAd()
      • 插屏
        • adPlatformSDK.showInsertAd()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages