FileDescriptorAssetPathFetcher
Fetches an android.content.res.AssetFileDescriptor for an asset path.
Constructors
Link copied to clipboard
open fun FileDescriptorAssetPathFetcher(assetManager: AssetManager, assetPath: String)
Content copied to clipboard
Functions
Link copied to clipboard
Returns the class of the data this fetcher will attempt to obtain.
Link copied to clipboard
Returns the com.bumptech.glide.load.DataSource this fetcher will return data from.
Link copied to clipboard
open fun loadData(priority: Any, callback: DataFetcher.DataCallback<out Any>)
Content copied to clipboard
Fetch data from which a resource can be decoded.