LinkActivityResult

sealed class LinkActivityResult : Parcelable

Types

Link copied to clipboard
data class Canceled(val reason: LinkActivityResult.Canceled.Reason) : LinkActivityResult

The user cancelled the Link flow without completing it.

Link copied to clipboard
object Completed : LinkActivityResult

Indicates that the flow was completed successfully and the Stripe Intent was confirmed.

Link copied to clipboard
data class Failed(val error: Throwable) : LinkActivityResult

Something went wrong. See error for more information.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val resultCode: Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard