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.
Install
dependencies {
implementation("io.cloudx:adapter-mobilefuse:1.12.0.0")
}dependencies {
implementation 'io.cloudx:adapter-mobilefuse:1.12.0.0'
}Native Ads
The adapter does not expose the main image asset directly: ad.nativeAd.mainImage is not populated. Media content — image or video — renders through the adapter-provided media view, which CloudX attaches to the container bound with setMediaContentViewGroupId(...). Bind a visible media container as described in Native ads.
Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
1.12.0.0 | MobileFuse SDK 1.12.0 | 4.2.0 |
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.