GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerButtonStyle - iOS

The BlazeVideosPlayerButtonStyle struct represents the configuration for a video button.

Properties

width

var width: CGFloat

The width of the button.

height

var height: CGFloat

The height of the button.

color

var color: UIColor

The tint color of the button.

isVisible

var isVisible: Bool

Indicates whether the button is visible.

isVisibleForAds

var isVisibleForAds: Bool

Indicates whether the button is visible for ads

contentHorizontalAlignment

var contentHorizontalAlignment: UIControl.ContentHorizontalAlignment

Horizontal content alignment of the button.

contentVerticalAlignment

var contentVerticalAlignment: UIControl.ContentVerticalAlignment

Vertical content alignment of the button.

customImage

var customImage: BlazeVideosPlayerButtonCustomImageStates?

Custom image for the button.


Did this page help you?