Shared
class Shared(val link: String) : SharingResult
Constructors
Section titled “Constructors”| Shared | constructor(link: String) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| kind | open 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. |
| link | val link: String |