MediaStoreGatewayFactory
internal class MediaStoreGatewayFactory(val context: Context, val fileProviderDescriptor: FileProviderDescriptor, val shouldUseNewMediaStore: () -> Boolean = ::defaultShouldUseNewMediaStore)(source)
Coordinates MediaStoreGatewayFactory behavior in the SDAI data layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(context: Context, fileProviderDescriptor: FileProviderDescriptor, shouldUseNewMediaStore: () -> Boolean = ::defaultShouldUseNewMediaStore)