Result
Types
Link copied to clipboard
Represents a transaction that was canceled by the user.
Link copied to clipboard
data class Completed(paymentMethod: PaymentMethod) : GooglePayPaymentMethodLauncher.Result
Content copied to clipboard
Represents a successful transaction.
Link copied to clipboard
data class Failed(error: Throwable, errorCode: Int) : GooglePayPaymentMethodLauncher.Result
Content copied to clipboard
Represents a failed transaction.