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