ProtocolHandler

@Serializable
data class ProtocolHandler(val protocol: String, val url: String)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(protocol: String, url: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val url: String

(undocumented in the protocol definition)