https://github.com/chartboost/chartboost-core-android-consent-adapter-unmanaged
https://github.com/chartboost/chartboost-core-android-consent-adapter-unmanaged
Last synced: 8 months 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: 2025-01-10T15:34:27.000Z (over 1 year ago)
- Last Synced: 2025-03-23T13:02:13.492Z (about 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.