-
@ExperimentalCoilApi() public final class AssetMetadata extends ImageSource.Metadata
Metadata containing the filePath of an Android asset.
-
-
Constructor Summary
Constructors Constructor Description AssetMetadata(String filePath)
-
Method Summary
Modifier and Type Method Description final StringgetFileName()final StringgetFilePath()-
-
Constructor Detail
-
AssetMetadata
AssetMetadata(String filePath)
-
-
Method Detail
-
getFileName
final String getFileName()
-
getFilePath
final String getFilePath()
-
-
-
-