-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
O
- okHttpClient(OkHttpClient) - function in coil.ImageLoader.Builder
- Set the OkHttpClient used for network requests.
- okHttpClient(Function0) - function in coil.ImageLoader.Builder
- Set a lazy callback to create the OkHttpClient used for network requests.
- onCancel(ImageRequest) - function in coil.EventListener
- onCancel(ImageRequest) - function in coil.request.ImageRequest.Listener
- Called if the request is cancelled.
- onCreate(LifecycleOwner) - function in androidx.lifecycle.GenericViewTarget
- onCreate(LifecycleOwner) - function in androidx.lifecycle.ImageViewTarget
- onDestroy(LifecycleOwner) - function in androidx.lifecycle.GenericViewTarget
- onDestroy(LifecycleOwner) - function in androidx.lifecycle.ImageViewTarget
- onError(ImageRequest,ErrorResult) - function in coil.EventListener
- onError(ImageRequest,ErrorResult) - function in coil.request.ImageRequest.Listener
- Called if an error occurs while executing the request.
- onError(Drawable) - function in coil.target.GenericViewTarget
- Called if an error occurs while executing the request.
- onError(Drawable) - function in coil.target.ImageViewTarget
- Called if an error occurs while executing the request.
- onError(Drawable) - function in coil.target.Target
- Called if an error occurs while executing the request.
- onError(Drawable) - function in coil.target.ViewTarget
- Called if an error occurs while executing the request.
- onError(Drawable) - function in coil.target.TransitionTarget
- Called if an error occurs while executing the request.
- onLayoutDirectionChanged(Integer) - function in android.graphics.drawable.CrossfadeDrawable
- onPause(LifecycleOwner) - function in androidx.lifecycle.GenericViewTarget
- onPause(LifecycleOwner) - function in androidx.lifecycle.ImageViewTarget
- onResume(LifecycleOwner) - function in androidx.lifecycle.GenericViewTarget
- onResume(LifecycleOwner) - function in androidx.lifecycle.ImageViewTarget
- onStart(ImageRequest) - function in coil.EventListener
- onStart(ImageRequest) - function in coil.request.ImageRequest.Listener
- Called immediately after Target.onStart.
- onStart(Drawable) - function in coil.target.GenericViewTarget
- Called when the request starts.
- onStart(LifecycleOwner) - function in coil.target.GenericViewTarget
- onStart(Drawable) - function in coil.target.ImageViewTarget
- Called when the request starts.
- onStart(LifecycleOwner) - function in coil.target.ImageViewTarget
- onStart(Drawable) - function in coil.target.Target
- Called when the request starts.
- onStart(Drawable) - function in coil.target.ViewTarget
- Called when the request starts.
- onStart(Drawable) - function in coil.target.TransitionTarget
- Called when the request starts.
- onStop(LifecycleOwner) - function in coil.target.GenericViewTarget
- onStop(LifecycleOwner) - function in coil.target.ImageViewTarget
- onSuccess(ImageRequest,SuccessResult) - function in coil.EventListener
- onSuccess(ImageRequest,SuccessResult) - function in coil.request.ImageRequest.Listener
- Called if the request completes successfully.
- onSuccess(Drawable) - function in coil.target.GenericViewTarget
- Called if the request completes successfully.
- onSuccess(Drawable) - function in coil.target.ImageViewTarget
- Called if the request completes successfully.
- onSuccess(Drawable) - function in coil.target.Target
- Called if the request completes successfully.
- onSuccess(Drawable) - function in coil.target.ViewTarget
- Called if the request completes successfully.
- onSuccess(Drawable) - function in coil.target.TransitionTarget
- Called if the request completes successfully.
- openEditor(String) - function in coil.disk.DiskCache
- Write to the entry associated with key.
- openSnapshot(String) - function in coil.disk.DiskCache
- Read the entry associated with key.
- Options - class in coil.request
- A set of configuration options for fetching and decoding an image.