AssetFileDescriptorFactory

class AssetFileDescriptorFactory : ModelLoaderFactory<T, Y>

Loads AssetFileDescriptors from resource ids.

Constructors

Link copied to clipboard
open fun AssetFileDescriptorFactory(resources: Resources)

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Integer, AssetFileDescriptor>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
open fun teardown()
A lifecycle method that will be called when this factory is about to replaced.