GetStoreProductsCallback

interface GetStoreProductsCallback

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(storeProducts: List<StoreProduct>)

Will be called after products have been fetched successfully

Sources

Link copied to clipboard