PurchaseListener

Functions

Link copied to clipboard
abstract fun displayErrorMessage(errorMessage: String?)

Displays an error message when there is an issue with the purchase process.

Link copied to clipboard
abstract fun onProductPurchased(orderId: String?, originalJson: String?)

Called when a product has been successfully purchased.

Link copied to clipboard
abstract fun onUserCancelBilling()

Called when the user cancels the billing process.