GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerButtonCustomImageStates

The BlazeVideosPlayerButtonCustomImageStates struct represents the configuration for a custom image for a video button.

Properties

default

var `default`: UIImage

The default image for the button

selected

var selected: UIImage?

The selected image for the button

Initialization

Initializes a new instance of BlazeVideosPlayerButtonCustomImageStates with the specified image configuration.

init(`default`: UIImage,
         selected: UIImage?)

Did this page help you?