Changelog
Version 1.0.0 (2024-08-01) π
Improvements:
- Initialization now takes an
SdkConfigurationobject and an optionalModuleObserver. - Renamed
ConsentKeysandConsentValuesand changed them to a list of constants instead of an enum for ease of use. - Added automatic shared preference getter for IAB defaults to
ConsentAdapter. - See the documentation for more information.
Version 0.4.0 (2023-12-07) π
Improvements:
- Added
partnerConsentStatus: Map<String, ConsentStatus>toConsentManagementPlatform. This is to facilitate per-partner consent for Mediation. - Added
fun onPartnerConsentStatusChange(partnerId: String, status: ConsentStatus)toConsentObserver. - Added ability for Core to automatically subscribe
PublisherMetadataObservermodules.
Version 0.3.0 (2023-10-12) π
Improvements:
- Added
PublisherMetadataObservers to receive notifications that publisher metadata has changed.
Bug Fixes:
- Made several environment getters async to ensure reliability.
Version 0.2.0 (2023-8-29) π
Improvements:
- Split out Usercentrics adapter.
- Implemented most of the minor features.
Version 0.1.0 (2023-8-23) π
Improvements:
- Initial version with basic functionality.