VideoOptions class
Options for controlling video playback in supported ad formats.
Constructors
- VideoOptions({bool? clickToExpandRequested, bool? customControlsRequested, bool? startMuted})
- Constructs a VideoOptions to further customize a native ad request.
Properties
- clickToExpandRequested → bool?
-
Whether the requested video should have the click to expand behavior.
final
- customControlsRequested → bool?
-
Whether the requested video should have custom controls enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startMuted → bool?
-
Indicates whether videos should start muted.
final
Methods
-
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