PaymentResult

sealed class PaymentResult : Parcelable

Result to be passed to the callback of PaymentLauncher

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Failed(val throwable: Throwable) : PaymentResult

Functions

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

Inheritors

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