A
B
C
D
F
G
I
N
R
T
I
- intercept(Interceptor.Chain) - function in coil.test.FakeImageLoaderEngine
- intercept(Interceptor.Chain) - function in coil.test.FakeImageLoaderEngine.OptionalInterceptor
- intercept(Object,Drawable) - function in coil.test.FakeImageLoaderEngine.Builder
- Add an interceptor that will return Drawable if data is equal to an incoming ImageRequest's data.
- intercept(Function1,Drawable) - function in coil.test.FakeImageLoaderEngine.Builder
- Add an interceptor that will return Drawable if predicate returns
true. - intercept(Function1,FakeImageLoaderEngine.OptionalInterceptor) - function in coil.test.FakeImageLoaderEngine.Builder
- Add an interceptor that will call interceptor if predicate returns
true.