GetProductDetailsCallback

interface GetProductDetailsCallback

Functions

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

Will be called after the purchase has completed with error

Link copied to clipboard
abstract fun onReceived(productDetailsList: List<ProductDetails>)

Will be called after ProductDetails have been fetched successfully

Sources

Link copied to clipboard