StoryBlockConfiguration class Null safety
Constructors
- StoryBlockConfiguration({VideoPlayerCompleteAction? videoCompleteAction, bool? showPlaybackButton, bool? showBranding, VideoPlayerCTADelay? ctaDelay, VideoPlayerCTADelay? ctaHighlightDelay, VideoPlayerCTAWidth? ctaWidth, bool? showVideoDetailTitle})
Properties
- ctaDelay ↔ VideoPlayerCTADelay?
-
Specifies the delay before showing the CTA.
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.
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
-
The share base URL of the video.
read / write
- showBranding ↔ bool?
-
Indicates if Firework branding should be showed or not.
read / write
- showPlaybackButton ↔ bool?
-
Indicates if the video player shows playback button.
Only supported on Android.
read / write
-
Indicates if the video player shows share button.
read / write
- showVideoDetailTitle ↔ bool?
-
Specifies if the video detail title should be showed or not.
Only supported on iOS.
read / write
- videoCompleteAction ↔ VideoPlayerCompleteAction?
-
Behavior occurring after video is complete.
On iOS, the property only applies to full-screen story block but not to compact story block.
On Android, the property applies to full-screen and compact story block.
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