StoryBlockConfiguration class Null safety

Constructors

StoryBlockConfiguration({VideoPlayerCompleteAction? videoCompleteAction, bool? showShareButton, bool? showPlaybackButton, bool? showBranding, VideoPlayerCTADelay? ctaDelay, VideoPlayerCTADelay? ctaHighlightDelay, String? shareBaseURL, VideoPlayerCTAWidth? ctaWidth})

Properties

ctaDelay VideoPlayerCTADelay?
Specifies the delay before showing the CTA. Only supported on Android.
read / write
ctaHighlightDelay VideoPlayerCTADelay?
Specifies the delay before the highlight animation occurs.
read / write
ctaWidth VideoPlayerCTAWidth?
Specifies the desired width for the Video Player CTA button. Only supported on Android.
read / write
hashCode int
The hash code for this object.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
shareBaseURL String?
The share base URL of the video. Only supported on Android.
read / write
showBranding bool?
Indicates if Firework branding should be showed or not. Only supported on Android.
read / write
showPlaybackButton bool?
Indicates if the video player shows playback button. Only supported on Android.
read / write
showShareButton bool?
Indicates if the video player shows share button. Only supported on Android.
read / write
videoCompleteAction VideoPlayerCompleteAction?
Behavior occurring after video is complete. Only supported on Android.
read / write

Methods

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

Operators

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