1.10.2 - Android
May 12th, 2025
ChangeLog
Added
- Added BlazeContentExtraInfo. This class has been added to the following class, and can be used to get context of the previous, current and next played items:
Updated
- Changed
millisecondsproperty toseconds(also, changed its expected unit from milliseconds to seconds) at BlazeVideosPlayerCtaStyle.BlazeCTAVisibility.VisibleAfterOverlayHidden.
Breaking changes
- In
BlazeGAMCustomNativeAdsDelegate-customGAMTargetingProperties,publisherProvidedId,networkExtrasdelegate functions are nowsuspendin 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,overrideAdTagUrldelegate functions are nowsuspend. Same applies for them as in the previous point.
