Package coil.test
See: Description
-
Class Summary Class Description RequestValue ResultValue Builder FakeImageLoaderEngine An ImageLoader interceptor that intercepts all incoming requests before they're fetched and decoded by the image loader's real image engine. FakeImageLoaderEngines -
Interface Summary Interface Description OptionalInterceptor An Interceptor that can either: Return an ImageResult so no subsequent interceptors are called.
Return
nullto delegate to the next OptionalInterceptor in the list.Optionally, call Interceptor.Chain.proceed to call through to the ImageLoader's real interceptor chain. Typically, this will map, fetch, and decode the data using the image loader's real image engine.
RequestTransformer A callback to support modifying an ImageRequest before it's handled by the OptionalInterceptors.