All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.revenuecat.purchases.kmp.models.PurchasesTransactionException.kt Maven / Gradle / Ivy

There is a newer version: 1.3.7+13.15.0
Show newest version
package com.revenuecat.purchases.kmp.models

/**
 * An exception indicating an error occurred during a transaction. Extends [PurchasesException] by
 * adding a [userCancelled] property.
 */
public class PurchasesTransactionException(
    purchasesError: PurchasesError,
    /**
     * Whether the user cancelled the transaction.
     */
    public val userCancelled: Boolean,
) : PurchasesException(purchasesError)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy