ContentUri

class ContentUri(val uri: String) : PdfSource

Android-only payload referenced by a content:// URI. Resolved through the host's android.content.ContentResolver. On iOS, the resolver throws — content URIs are an Android concept.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String

full content://... URI.