GiphyDialog class
Singleton, which provides pre-built templates that handle the entirety of the GIPHY experience.
This class provides methods to configure, show, and hide the GiphyDialog, and to add or remove listeners for media selection and dialog dismissal events.
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
-
addListener(
GiphyMediaSelectionListener listener) → void - Adds a listener for media selection and dialog dismissal events.
-
configure(
{GiphySettings? settings}) → void - Configures the GiphyDialog with the given settings.
-
hide(
) → void - Hides the GiphyDialog.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
GiphyMediaSelectionListener listener) → void - Removes a listener for media selection and dialog dismissal events.
-
show(
) → void - Shows the GiphyDialog.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → GiphyDialog
-
Gets the singleton instance of GiphyDialog.
no setter