Companion

object Companion

Properties

Link copied to clipboard

Default network timeout used by Remote.

Functions

Link copied to clipboard
fun auto(uri: String): PdfSource

Best-effort detector that converts an opaque string into the matching async PdfSource variant. Used for callers who hold a stringly-typed URI (notification payload, deep link, picker result) and don't want to branch themselves.

Link copied to clipboard
fun of(document: <Error class: unknown class>): PdfSource

Convenience factory for a PdfDocument built through the PdfKmp DSL. Returns the Document variant so the viewer can surface the document's text runs as a selectable overlay and its hyperlinks as a clickable layer.

fun of(bytes: ByteArray): PdfSource

Convenience factory for raw bytes — same as Bytes(bytes).