GiphyDirectionExtension extension

Extension methods for GiphyDirection to convert between string values and enum values.

on

Static Methods

fromStringValue(String value) GiphyDirection

Available on GiphyDirection, provided by the GiphyDirectionExtension extension

Converts a string value to a corresponding GiphyDirection enum value.
toStringValue(GiphyDirection type) String

Available on GiphyDirection, provided by the GiphyDirectionExtension extension

Converts a GiphyDirection enum value to its string representation.