Glide
Glide
/
com.bumptech.glide.load.model
/
MediaStoreFileLoader
/
Factory
Factory
class
Factory
:
ModelLoaderFactory
<
T
,
Y
>
Content copied to clipboard
ModelLoaderFactory
for
MediaStoreFileLoader
s.
Constructors
Functions
Constructors
Factory
Link copied to clipboard
open
fun
Factory
(
context
:
Context
)
Content copied to clipboard
Functions
build
Link copied to clipboard
open
fun
build
(
multiFactory
:
MultiModelLoaderFactory
)
:
ModelLoader
<
Uri
,
File
>
Content copied to clipboard
Build a concrete ModelLoader for this model type.
teardown
Link copied to clipboard
open
fun
teardown
(
)
Content copied to clipboard
A lifecycle method that will be called when this factory is about to replaced.