Canceled
data class Canceled(val reason: LinkActivityResult.Canceled.Reason = Reason.BackPressed) : LinkActivityResult
The user cancelled the Link flow without completing it.
Types
Link copied to clipboard
The user cancelled the Link flow without completing it.