AndroidGalleryPlatformActions

internal class AndroidGalleryPlatformActions(val context: Context, val fileProviderDescriptor: FileProviderDescriptor) : GalleryPlatformActions(source)

Coordinates AndroidGalleryPlatformActions behavior in the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(context: Context, fileProviderDescriptor: FileProviderDescriptor)

Types

Link copied to clipboard
private object Companion

Provides the companion object singleton used by the SDAI presentation layer.

Properties

Link copied to clipboard
private val context: Context

Exposes the context value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the fileProviderDescriptor value used by the SDAI presentation layer.

Functions

Link copied to clipboard
open override fun openMediaStoreFolder(folderUri: String)

Executes the openMediaStoreFolder step in the SDAI presentation layer.

Link copied to clipboard
open override fun shareExport(filePath: String)

Performs the SDAI side effect handled by shareExport.