PurchasesTransactionException

class PurchasesTransactionException(purchasesError: PurchasesError, val userCancelled: Boolean) : PurchasesException

An exception indicating an error occurred during a transaction. Extends PurchasesException by adding a userCancelled property.

Constructors

Link copied to clipboard
constructor(purchasesError: PurchasesError, userCancelled: Boolean)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard

Whether the user cancelled the transaction.