VideoPlayerConfiguration constructor
VideoPlayerConfiguration({ - VideoPlayerStyle? playerStyle,
- VideoPlayerCompleteAction? videoCompleteAction,
- bool? showShareButton,
- VideoPlayerCTAStyle? ctaButtonStyle,
- bool? showPlaybackButton,
- bool? showMuteButton,
- bool? showBranding,
- VideoPlayerCTADelay? ctaDelay,
- VideoPlayerCTADelay? ctaHighlightDelay,
- String? shareBaseURL,
- VideoPlayerCTAWidth? ctaWidth,
- VideoPlayerButtonConfiguration? buttonConfiguration,
- VideoPlayerLogoConfiguration? videoPlayerLogoConfiguration,
- bool? showVideoDetailTitle,
- ReplayBadgeConfiguration? replayBadgeConfiguration,
- CountdownTimerConfiguration? countdownTimerConfiguration,
- VideoPlayerActionButtonStyle? actionButtonStyle,
- VideoPlayerActionButtonStyle? cancelButtonStyle,
})
Implementation
VideoPlayerConfiguration({
this.playerStyle,
this.videoCompleteAction,
this.showShareButton,
this.ctaButtonStyle,
this.showPlaybackButton,
this.showMuteButton,
this.showBranding,
this.ctaDelay,
this.ctaHighlightDelay,
this.shareBaseURL,
this.ctaWidth,
this.buttonConfiguration,
this.videoPlayerLogoConfiguration,
this.showVideoDetailTitle,
this.replayBadgeConfiguration,
this.countdownTimerConfiguration,
this.actionButtonStyle,
this.cancelButtonStyle,
});