//library/com.uploadcare.android.library.urls/ImageQuality

ImageQuality

[androidJvm] enum ImageQuality : Enum<ImageQuality>

Entries

Name Summary
QUALITY_NORMAL [androidJvm] QUALITY_NORMAL(“normal”)

QUALITY_BETTER [androidJvm] QUALITY_BETTER(“better”)

QUALITY_BEST [androidJvm] QUALITY_BEST(“best”)

QUALITY_LIGHTER [androidJvm] QUALITY_LIGHTER(“lighter”)

QUALITY_LIGHTEST [androidJvm] QUALITY_LIGHTEST(“lightest”)

Functions

Name Summary
compareTo [androidJvm]
Content
operator override fun compareTo(other: ImageQuality): Int


equals [androidJvm]
Content
operator override fun equals(other: Any?): Boolean


finalize [androidJvm]
Content
fun finalize()


getDeclaringClass [androidJvm]
Content
fun getDeclaringClass(): Class<ImageQuality>


hashCode [androidJvm]
Content
override fun hashCode(): Int


toString [androidJvm]
Content
open override fun toString(): String


Properties

Name Summary
name [androidJvm] val name: String
ordinal [androidJvm] val ordinal: Int
rawValue [androidJvm] val rawValue: String