PurchaseError

class PurchaseError(val product: ProductDetails, val error: Throwable) : PurchasingObserverState(source)

Tracks a failed purchase flow for a product, equal to Transaction Fail event.

Parameters

product

The product that was being purchased.

error

The error that caused the purchase to fail.

Constructors

Link copied to clipboard
constructor(product: ProductDetails, error: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
val product: ProductDetails