MediaStoreInfo

data class MediaStoreInfo(val count: Int = 0, val folderUri: String? = null)(source)

Carries MediaStoreInfo data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(count: Int = 0, folderUri: String? = null)

Properties

Link copied to clipboard
val count: Int

Exposes the count value used by the SDAI domain layer.

Link copied to clipboard

Exposes the folderUri value used by the SDAI domain layer.

Link copied to clipboard
Link copied to clipboard