GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

1.19.1 - Android

Added

  • Added extraInfo: Map<String, String> to BlazeWidgetItemClickParams, exposing the content item's key-value metadata to the widget click handler. See more at BlazeWidgetItemClickHandlerState.
  • Added shimmer color customization for widgets via the new BlazeWidgetShimmeringStyle type, exposed on BlazeWidgetLayout.shimmering. See more at BlazeWidgetShimmeringStyle.
  • Added configurable buffering spinner delay to all player types:
  • Added Widget to Tabs support for Moments widgets. A new initWidget overload accepts BlazeMomentsWidgetTabsConfiguration, launching a fullscreen tabs player on item tap instead of a single-moment player. See more at Moments Widget to Tabs.
  • Added SDK-wide sound state control via the new BlazePlayerSoundState type and BlazeSDK.setPlayerSoundState() method, allowing apps to mute or unmute all story, moment, and video playback globally.

Fixed

  • Fixed 2x speed mode not activating on Moments and Videos shorter than 20 seconds.
  • Fixed the 2x speed indicator overlapping the Moments Tabs header.