0.60.12 - Android
December 21st, 2023
ChangeLog
This SDK version needscompileSdkVersion to be 34 - Future version is removing this issue.
Added
- IMA Support
- Requesting OS audio focus while user is in playing session (external audios will fade out).
Updated
- Custom Native Ads
- BlazeAdsHandler renamed to BlazeGoogleCustomNativeAdsHandler
- BlazeAdsHandler.EventType renamed to BlazeGoogleCustomNativeAdsHandler.EventType
- BlazeAdModel renamed to BlazeGoogleCustomNativeAdModel
- BlazeAdModel.CtaModel renamed to BlazeGoogleCustomNativeAdModel.CtaModel
- BlazeAdModel.AnalyticsData renamed to BlazeGoogleCustomNativeAdModel.AnalyticsData
BlazeResult- The value in
BlazeResult.Successis now changed to non-optional . - Every public method returning
BlazeResult<Any>was changed toBlazeResult<Unit>
- The value in
- Player Audio
- Default audio state for player is mute, instead of unmute.
- Updated player initial audio state to mute, if device is on 0 volume value.
- Improved Stories Player progress bar animation.
