VideoPlayerConfiguration constructor

VideoPlayerConfiguration({
  1. VideoPlayerStyle? playerStyle,
  2. VideoPlayerScrollDirection? scrollDirection,
  3. VideoPlayerCompleteAction? videoCompleteAction,
  4. bool? showShareButton,
  5. VideoPlayerCTAStyle? ctaButtonStyle,
  6. bool? showPlaybackButton,
  7. bool? showMuteButton,
  8. bool? showBranding,
  9. VideoPlayerCTADelay? ctaDelay,
  10. VideoPlayerCTADelay? ctaHighlightDelay,
  11. String? shareBaseURL,
  12. VideoPlayerCTAWidth? ctaWidth,
  13. VideoPlayerButtonConfiguration? buttonConfiguration,
  14. VideoPlayerLogoConfiguration? videoPlayerLogoConfiguration,
  15. bool? showVideoDetailTitle,
  16. ReplayBadgeConfiguration? replayBadgeConfiguration,
  17. CountdownTimerConfiguration? countdownTimerConfiguration,
  18. VideoPlayerActionButtonStyle? actionButtonStyle,
  19. VideoPlayerActionButtonStyle? cancelButtonStyle,
  20. ChatStyle? chatStyle,
})

Implementation

VideoPlayerConfiguration({
  this.playerStyle,
  this.scrollDirection,
  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,
  this.chatStyle,
});