PurchaseCallback

interface PurchaseCallback : PurchaseErrorCallback

Functions

Link copied to clipboard
abstract fun onCompleted(storeTransaction: StoreTransaction, customerInfo: CustomerInfo)

Will be called after the purchase has completed

Link copied to clipboard
abstract fun onError(error: PurchasesError, userCancelled: Boolean)

Will be called after the product change has completed with error

Sources

Link copied to clipboard