https://github.com/chartboost/chartboost-core-android-consent-adapter-unmanaged
https://github.com/chartboost/chartboost-core-android-consent-adapter-unmanaged
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chartboost/chartboost-core-android-consent-adapter-unmanaged
- Owner: ChartBoost
- License: mit
- Created: 2024-05-15T21:47:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-07-10T05:16:57.000Z (12 days ago)
- Last Synced: 2026-07-10T07:03:50.000Z (12 days ago)
- Language: Kotlin
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chartboost Core Consent Unmanaged Adapter
The Chartboost Core Unmanaged adapter mediates a set of passthrough methods via the Chartboost Core SDK.
## Minimum Requirements
| Plugin | Version |
|---------------------|---------|
| Chartboost Core SDK | 1.0.0+ |
| Android API | 21+ |
## Integration
In your `build.gradle`, add the following entry:
```
implementation "com.chartboost:chartboost-core-adapter-unmanaged:1.1.0.0.1"
```
## Contributions
We are committed to a fully transparent development process and highly appreciate any contributions. Our team regularly monitors and investigates all submissions for the inclusion in our official adapter releases.
Please refer to our [CONTRIBUTING](CONTRIBUTING.md) file for more information on how to contribute.
## License
Please refer to our [LICENSE](LICENSE.md) file for more information.