coil-base
/
coil.size
/
Precision
Precision
enum
Precision
:
Enum
<
Precision
>
Content copied to clipboard
Represents the required precision for the size of an image in an image request.
Entries
Properties
See also
See also
coil.request.ImageRequest.Builder
Entries
AUTOMATIC
Link copied to clipboard
AUTOMATIC
()
Content copied to clipboard
Allow Coil to automatically determine if the size needs to be exact for this request.
INEXACT
Link copied to clipboard
INEXACT
()
Content copied to clipboard
Allow the size of the loaded image to not match the requested dimensions exactly.
EXACT
Link copied to clipboard
EXACT
()
Content copied to clipboard
Require that the loaded image's dimensions match the request's size and scale exactly.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard