GiphyVideoManagerPlatform class abstract
An abstract class representing the platform interface for GiphyVideoManager.
This class extends PlatformInterface
and provides the basic structure for
interacting with the video manager of the Giphy SDK on different platforms.
It includes methods to mute, pause, and resume video playback.
- Inheritance
-
- Object
- PlatformInterface
- GiphyVideoManagerPlatform
- Implementers
Constructors
- GiphyVideoManagerPlatform.new()
- Constructs a GiphyVideoManagerPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
muteAll(
) → Future< void> - Mutes all video playback.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseAll(
) → Future< void> - Pauses all video playback.
-
resume(
) → Future< void> - Resumes video playback.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GiphyVideoManagerPlatform
-
Gets the current instance of GiphyVideoManagerPlatform.
getter/setter pair