跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

Verve 适配器

Verve 适配器适用于 CloudX Android SDK,支持 banner、MREC、interstitial、rewarded 和 native 广告格式。底层基于 Verve HyBid SDK 3.8.1。

安装

dependencies {
    implementation("io.cloudx:adapter-verve:3.8.1.0")
}

Maven 仓库

Verve HyBid 制品托管在 Verve 的 Maven 仓库中。请将该仓库与 google()mavenCentral() 一起添加:
maven {
    url = uri("https://verve.jfrog.io/artifactory/verve-gradle-release")
}

兼容性

适配器版本广告网络 SDK最低 CloudX SDK
3.8.1.0Verve HyBid SDK 3.8.14.1.0
当服务端下发的 CloudX 配置包含 Verve 需求时,SDK 会自动发现该适配器。无需手动注册适配器。