GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerFooterGradientStyle - Android

The BlazeMomentsPlayerFooterGradientStyle class represents the footer gradient configuration for the moments view.

Properties

isVisible

var isVisible: Boolean

Whether the gradient is visible.

startColor

@ColorInt var startColor: Int

The start color of the gradient.

endColor

@ColorInt var endColor: Int

The end color of the gradient.

endPositioning

var endPositioning: BlazeMomentsPlayerFooterGradientStyle.BlazeEndPositioning

The end position where the gradient ends. See BlazeEndPositioning below.

BlazeEndPositioning

The positioning of a gradient within a player or item container.

ValueDescription
BOTTOM_TO_PLAYERIndicates that the gradient's bottom will start from the bottom of the player.
BOTTOM_TO_CONTAINERIndicates that the gradient's bottom will start from the bottom of the entire player or item container.

Did this page help you?