GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

Story player customizations - Android

The story player is a custom media player provided by the SDK that opens up once a story item is selected from a widget, and plays the story.

The story player can be customized using the BlazeStoryPlayerStyle on the global BlazeSDK. setDefaultStoryPlayerStyle method, or for specific widget utilizing the playerStyle property in the initWidget method.

📘

All measurements units across the Android SDK are in 'BlazeDp'.

📘

Please review blazeDeepCopy

Presets

BlazeStoryPlayerStyle.base()

Returns a BlazeStoryPlayerStyle instance. This can be used to customize only the player style, without the need of customizing widgets style.


Did this page help you?