GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerButtonStyle - Android

The BlazeVideosPlayerButtonStyle class represents the configuration for a video button.

Properties

width

var width: BlazeDp

The width of the button.

height

var height: BlazeDp

The height of the button.

color

var color: Int

The tint color of the button.

customImage

var customImage: BlazePlayerButtonCustomImageStates?

Custom image for the button.

isVisibleForAds

var isVisibleForAds: Boolean

Indicates whether the button is visible for ads.

isVisible

var isVisible: Boolean

Indicates whether the button is visible.

scaleType

var scaleType: ScaleType

Indicates the image scale type, using Android's ScaleType enum.


Did this page help you?