BlazeVideosPlayerStyle - Android
The BlazeVideosPlayerStyle class represents the style configuration for videos.
Properties
headingText
var headingText: BlazeVideosPlayerHeadingTextStyleThe heading text style for the videos player.
buttons
var buttons: BlazeVideosPlayerButtonsStyleThe buttons style for the videos.
Seek Controls
Note: Seek buttons are only visible when the content duration is 20 seconds or longer. For shorter content, the buttons are automatically hidden regardless of their visibility setting. Each press seeks by 10 seconds. Seek buttons are hidden during ad playback (
isVisibleForAdsdefaults tofalse).
seekForward - Skip forward 10 seconds
videosPlayerStyle.buttons.seekForward.isVisible = trueseekBackward - Skip backward 10 seconds
videosPlayerStyle.buttons.seekBackward.isVisible = truebackgroundColor
@ColorInt var backgroundColor: IntThe background color of the videos player's view.
cta
var cta: BlazeVideosPlayerCtaStyleThe CTA (Call to Action) button style for the videos.
seekBar
var seekBar: BlazeVideosPlayerSeekBarStyleThe seek bar style configuration for the videos player.
cast
var cast: BlazeVideosPlayerCastButtonStyleThe cast button configuration.
captions
var captions: BlazeCaptionsStyleThe closed captions style configuration for the videos player. See BlazeCaptionsStyle.
Updated 11 days ago
