Uri

data class Uri(val uri: String) : KiteLinkAction

A plain external URL. EPUB hrefs with a scheme arrive as this.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
open override val uri: String

The external URL this link points at, or null when it is not a URL.