1.10.3 - iOS
June 18th, 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:
- Added
fontVerticalPaddingto BlazeMomentsPlayerBodyTextStyle object.- Use this property when your font does not reserve enough vertical space internally.
Important changes
- In
BlazeGAMCustomNativeAdsDelegate-customGAMTargetingProperties,publisherProvidedId,networkExtrasdelegate functions are nowasyncin order to allow async fetching the desired results. The default thread is background thread. 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.
