Result

sealed class Result : Parcelable

Inheritors

Types

Link copied to clipboard

Represents a transaction that was canceled by the user.

Link copied to clipboard

Represents a successful transaction.

Link copied to clipboard
data class Failed(val error: Throwable, val errorCode: Int) : GooglePayPaymentMethodLauncher.Result

Represents a failed transaction.

Functions

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