GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

Videos player customizations

The videos player is a custom media player provided by the SDK that opens up a Video item and plays it.

The videos player can be customized using the BlazeVideosPlayerStyle on the global BlazeSDK.setDefaultVideosPlayerStyle 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

BlazeVideosPlayerStyle.base()

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


Did this page help you?