Success

sealed class Success : LinkActivityResult

The Link flow was completed successfully.

Types

Link copied to clipboard
object Completed : LinkActivityResult.Success

When Link was launched with LinkActivityContract.Args.completePayment set to true, this object indicates that the flow was completed successfully and the Stripe Intent was confirmed.

Link copied to clipboard
data class Selected(val paymentDetails: ConsumerPaymentDetails.PaymentDetails, val paymentMethodCreateParams: PaymentMethodCreateParams) : LinkActivityResult.Success

When Link was launched with LinkActivityContract.Args.completePayment set to false, this class indicates that the flow was completed successfully and the user has selected a payment method.

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