0.4.0
What's Changed
Improvements:
- Added
PartnerConsentStatus: Dictionary<String, ConsentStatus>
toIConsentManagementPlatform
. This is to facilitate per-partner consent for Mediation. - Added
delegate void ChartboostPartnerConsentStatusChange(string partnerIdentifier, ConsentStatus status) PartnerConsentStatusChange
toIConsentManagementPlatform
. - Added a
IPostGenerateGradleAndroidProject
build processor to automate Gradle modifications. - Added
ChartboostCore.androidlib
to unify Chartboost Core Gradle modifications and automations.