Skip to content

1.0.0

Compare
Choose a tag to compare
@SCastanedaMunoz SCastanedaMunoz released this 01 Aug 19:51
· 7 commits to main since this release

Version 1.0.0 (2024-08-01)

Added:

  • Support for Unity specific remote module initialization.
  • event ChartboostCoreConsentChangeWithFullConsents ConsentChangeWithFullConsents to IConsentManagementPlatform.
  • event ChartboostCoreConsentModuleReadyWithInitialConsents ConsentModuleReadyWithInitialConsents to IConsentManagementPlatform.
  • IReadOnlyList<Module> Modules to SDKConfiguration.
  • IReadOnlyCollection<string> SkippedModuleIdentifiers to SDKConfiguration

Improvements:

  • Combined FrameworkName and FrameworkVersion setter into a single call SetFramework.
  • PublisherMetadata events moved to AnalyticsEnvironment.

Removed:

  • ConsentStatus ConsentStatus from IConsentManagementPlatform.
  • Dictionary<string, ConsentStatus> PartnerConsentStatus from IConsentManagementPlatform.
  • event ChartboostConsentStatusChange ConsentStatusChange from IConsentManagementPlatform.
  • event ChartboostPartnerConsentStatusChange PartnerConsentStatusChange from IConsentManagementPlatform.
  • event Action ConsentModuleReady from IConsentManagementPlatform.