LinkActivityResult
Inheritors
Types
Link copied to clipboard
data class Canceled(val reason: LinkActivityResult.Canceled.Reason = Reason.BackPressed) : LinkActivityResult
The user cancelled the Link flow without completing it.
Link copied to clipboard
Indicates that the flow was completed successfully.
Link copied to clipboard
Something went wrong. See error for more information.