Failed

data class Failed(val errorMessage: String) : PurchaseResult(source)

The purchase failed for a reason other than the user cancelling or the payment pending.

Send the Exception back to the relevant method to alert the user.

Constructors

Link copied to clipboard
constructor(errorMessage: String)

Properties

Link copied to clipboard