> ## 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.

# 集成

> CloudX Android SDK 的 Digital Turbine 适配器。支持 Banner、MREC、Interstitial、Rewarded、Native、Native Banner 和 Native MREC。

## 安装

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  dependencies {
      implementation("io.cloudx:adapter-digitalturbine:8.4.6.0")
  }
  ```

  ```groovy Groovy theme={null}
  dependencies {
      implementation 'io.cloudx:adapter-digitalturbine:8.4.6.0'
  }
  ```
</CodeGroup>

## 兼容性

| 适配器版本     | 广告网络 SDK                                | 最低 CloudX SDK |
| --------- | --------------------------------------- | ------------- |
| `8.4.6.0` | Digital Turbine Marketplace SDK `8.4.6` | `4.2.0`       |
| `8.4.5.1` | Digital Turbine Marketplace SDK `8.4.5` | `4.2.0`       |
| `8.4.5.0` | Digital Turbine Marketplace SDK `8.4.5` | `4.1.1`       |
| `8.4.2.0` | Digital Turbine Marketplace SDK `8.4.2` | `4.1.1`       |
| `8.4.0.0` | Digital Turbine Marketplace SDK `8.4.0` | `4.1.1`       |

当服务端下发的 CloudX 配置包含 Digital Turbine 需求时，SDK 会自动发现该适配器。无需手动注册适配器。
