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

# Integration

> MobileFuse adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, Native, Native Banner, and Native MREC.

For publisher onboarding and CloudX dashboard setup, see the [MobileFuse bidder guide](/en/networks/mobilefuse).

## Install

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

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

## Compatibility

| Adapter version | Network SDK             | Minimum CloudX SDK |
| --------------- | ----------------------- | ------------------ |
| `1.11.0.1`      | MobileFuse SDK `1.11.0` | `4.2.0`            |
| `1.11.0.0`      | MobileFuse SDK `1.11.0` | `4.1.1`            |

The adapter is discovered automatically when your server-provisioned CloudX configuration includes MobileFuse demand. No manual adapter registration is required.
