ImageType

enum ImageType : Enum<ImageType>

Describes what an image represents. Different types will be handled differently according to the use cases.

Entries

Link copied to clipboard

Used for all other images.

Link copied to clipboard

Used for artwork, logos or similar content.

Link copied to clipboard

Used for avatars of people, such as contact images.

Link copied to clipboard

Used for icons which will be tinted by a color.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int