Builder
Functions
Add an OptionalInterceptor.
Create a new FakeImageLoaderEngine instance.
Remove all OptionalInterceptors.
Set a default Image that will be returned if no OptionalInterceptors handle the request. If a default is not set, any requests not handled by an OptionalInterceptor will throw an exception.
Set the default Interceptor that will be called if no OptionalInterceptors handle the request. If a default is not set, any requests not handled by an OptionalInterceptor will throw an exception.
Add an interceptor that will return Image if data is equal to an incoming ImageRequest's data.
Add an interceptor that will call interceptor if predicate returns true
.
Remove interceptor from the list of OptionalInterceptors.
Set a callback to modify an incoming ImageRequest before it's handled by the interceptors.