Integration
Pangle adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, and App Open.
Contact your CloudX account manager to confirm availability and complete publisher onboarding.
Install
dependencies {
implementation("io.cloudx:adapter-pangle:8.3.0.3.0")
}dependencies {
implementation 'io.cloudx:adapter-pangle:8.3.0.3.0'
}Maven Repository
Gradle must resolve Pangle SDK artifacts when you add io.cloudx:adapter-pangle.
Those artifacts are hosted on ByteDance’s Maven repository. Add it alongside google() and mavenCentral():
maven {
url = uri("https://artifact.bytedance.com/repository/pangle")
}maven { url 'https://artifact.bytedance.com/repository/pangle' }Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
8.3.0.3.0 | Pangle SDK 8.3.0.3 | 4.3.0 |
8.2.0.4.0 | Pangle SDK 8.2.0.4 | 4.3.0 |
8.1.0.7.0 | Pangle SDK 8.1.0.7 | 4.3.0 |
8.1.0.5.0 | Pangle SDK 8.1.0.5 | 4.2.0 |
8.1.0.4.1 | Pangle SDK 8.1.0.4 | 4.2.0 |
8.1.0.4.0 | Pangle SDK 8.1.0.4 | 4.1.4 |
8.1.0.3.0 | Pangle SDK 8.1.0.3 | 4.1.4 |
7.8.6.0.0 | Pangle SDK 7.8.6.0 | 4.3.0 |
7.8.5.9.0 | Pangle SDK 7.8.5.9 | 4.3.0 |
7.8.5.2.0 | Pangle SDK 7.8.5.2 | 4.1.4 |
7.7.0.2.0 | Pangle SDK 7.7.0.2 | 4.3.0 |
7.6.0.3.0 | Pangle SDK 7.6.0.3 | 4.3.0 |
7.2.0.3.0 | Pangle SDK 7.2.0.3 | 4.3.0 |
The adapter is discovered automatically when your server-provisioned CloudX configuration includes Pangle demand. No manual adapter registration is required.