VideoPlayerConfiguration class

Implementers

Constructors

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})

Properties

buttonConfiguration VideoPlayerButtonConfiguration?
The host app could use this property to customize the button images of the video player.
getter/setter pair
countdownTimerConfiguration CountdownTimerConfiguration?
Specifies countdown timer configuration. Only supported on iOS.
getter/setter pair
ctaButtonStyle VideoPlayerCTAStyle?
The style of CTA button style. Only supported on iOS.
getter/setter pair
ctaDelay VideoPlayerCTADelay?
Specifies the delay before showing the CTA. Defaults to { type: constant, value: 3 }.
getter/setter pair
ctaHighlightDelay VideoPlayerCTADelay?
Specifies the delay before the highlight animation occurs. Defaults to { type: constant, value: 2 }.
getter/setter pair
ctaWidth VideoPlayerCTAWidth?
Specifies the desired width for the Video Player CTA button. Defaults to fullWidth.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
playerStyle VideoPlayerStyle?
Sets the proportion of the video player to its container. Defaults to full.
getter/setter pair
replayBadgeConfiguration ReplayBadgeConfiguration?
The configuration of replay badge. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareBaseURL String?
The share base URL of the video.
getter/setter pair
showBranding bool?
Indicates if Firework branding should be showed or not. Defaults to true.
getter/setter pair
showMuteButton bool?
Indicates if the video player shows mute button. Defaults to true.
getter/setter pair
showPlaybackButton bool?
Indicates if the video player shows playback button. Defaults to false on iOS. Default to true on Android.
getter/setter pair
showShareButton bool?
Indicates if the video player shows share button. Defaults to true.
getter/setter pair
showVideoDetailTitle bool?
Specifies if the video detail title should be showed or not.
getter/setter pair
videoCompleteAction VideoPlayerCompleteAction?
Behavior occurring after video is complete. Defaults to advanceToNext.
getter/setter pair
videoPlayerLogoConfiguration VideoPlayerLogoConfiguration?
Specifies the logo configuration Defaults to { option: 'disabled' }
getter/setter pair

Methods

deepCopy() VideoPlayerConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override