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")
}

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 versionNetwork SDKMinimum CloudX SDK
1.12.0.0MobileFuse SDK 1.12.04.2.0
1.11.0.1MobileFuse SDK 1.11.04.2.0
1.11.0.0MobileFuse SDK 1.11.04.1.1

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