Uri

data class Uri(val uri: String) : PdfLinkTarget

An external URI, typically http: or https:.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String

the URI to open.