ContentUri

open class ContentUri(context: Context, val path: String) : ImplicitUri

Constructors

Link copied to clipboard
constructor(context: Context, path: String)

Properties

Link copied to clipboard
open override val path: String

Functions

Link copied to clipboard
open suspend override fun <R> read(block: suspend (Source) -> R): R
Link copied to clipboard
open suspend override fun write(block: suspend (Sink) -> Unit)