-
- All Implemented Interfaces:
public final class CoilImageState.Failure extends CoilImageState
Request failed.
-
-
Field Summary
Fields Modifier and Type Field Description private final DrawableerrorDrawable
-
Constructor Summary
Constructors Constructor Description CoilImageState.Failure(Drawable errorDrawable)
-
Method Summary
Modifier and Type Method Description final DrawablegetErrorDrawable()-
-
Constructor Detail
-
CoilImageState.Failure
CoilImageState.Failure(Drawable errorDrawable)
-
-
Method Detail
-
getErrorDrawable
final Drawable getErrorDrawable()
-
-
-
-