-
- All Implemented Interfaces:
-
com.skydoves.landscapist.ImageState
public final class CoilImageState.Success extends CoilImageState
Request is completed successfully and ready to use an ImageBitmap.
-
-
Field Summary
Fields Modifier and Type Field Description private final Drawabledrawableprivate final DataSourcedataSource
-
Constructor Summary
Constructors Constructor Description CoilImageState.Success(Drawable drawable, DataSource dataSource)
-
Method Summary
Modifier and Type Method Description final DrawablegetDrawable()final DataSourcegetDataSource()-
-
Constructor Detail
-
CoilImageState.Success
CoilImageState.Success(Drawable drawable, DataSource dataSource)
-
-
Method Detail
-
getDrawable
final Drawable getDrawable()
-
getDataSource
final DataSource getDataSource()
-
-
-
-