Uses of Enum Class
io.supabase.data.file.ResizeOption
Packages that use ResizeOption
-
Uses of ResizeOption in io.supabase.data.file
Methods in io.supabase.data.file that return ResizeOptionModifier and TypeMethodDescriptionFileTransformOptions.getResizeOption()static ResizeOptionReturns the enum constant of this class with the specified name.static ResizeOption[]ResizeOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.supabase.data.file with parameters of type ResizeOptionModifierConstructorDescriptionFileTransformOptions(int width, int height, ResizeOption resizeOption, int quality, FormatOption format)