Skip to content

Copied

class Copied(val link: String) : SharingResult

Copiedconstructor(link: String)
NameSummary
kindopen override val kind: SharingResult.Kind
Stable discriminator, one per arm. A when over Kind with an else survives a new arm; a when over the hierarchy does not. Kind.wireValue is spelled identically on iOS.
linkval link: String