GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

1.10.2 - Android

ChangeLog

Added

Updated


Breaking changes

  • In BlazeGAMCustomNativeAdsDelegate - customGAMTargetingProperties, publisherProvidedId, networkExtras delegate functions are now suspend in order to allow async fetching the desired results. The default thread is IO. Feel free to switch them to other threads if required. Notice - those are meant to be "short" async functions so please don't do any heavy calculation in order to avoid causing bad user experience.
  • In BlazeIMADelegate - customIMASettings, additionalIMATagQueryParams, overrideAdTagUrl delegate functions are now suspend. Same applies for them as in the previous point.