BlazeMomentsPlayerFooterGradientStyle - Android
The BlazeMomentsPlayerFooterGradientStyle class represents the footer gradient configuration for the moments view.
Properties
isVisible
var isVisible: BooleanWhether the gradient is visible.
startColor
@ColorInt var startColor: IntThe start color of the gradient.
endColor
@ColorInt var endColor: IntThe end color of the gradient.
endPositioning
var endPositioning: BlazeMomentsPlayerFooterGradientStyle.BlazeEndPositioningThe end position where the gradient ends. See BlazeEndPositioning below.
BlazeEndPositioning
The positioning of a gradient within a player or item container.
| Value | Description |
|---|---|
| BOTTOM_TO_PLAYER | Indicates that the gradient's bottom will start from the bottom of the player. |
| BOTTOM_TO_CONTAINER | Indicates that the gradient's bottom will start from the bottom of the entire player or item container. |
Updated 11 days ago
Did this page help you?
