toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-network-core
/
coil3.network
/
CacheStrategy
/
ReadResult
Read
Result
class
ReadResult
Members
Constructors
Read
Result
Link copied to clipboard
constructor
(
request
:
NetworkRequest
)
Launch a new network
request
.
constructor
(
response
:
NetworkResponse
)
Use the
response
's body as the
ImageSource
.
Properties
request
Link copied to clipboard
val
request
:
NetworkRequest
?
response
Link copied to clipboard
val
response
:
NetworkResponse
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String