ProductDataResponseListener

interface ProductDataResponseListener : PurchasingListener

Inheritors

Functions

Link copied to clipboard
abstract fun getProductData(skus: Set<String>, marketplace: String, onReceive: (List<StoreProduct>) -> Unit, onError: (PurchasesError) -> Unit)
Link copied to clipboard
abstract fun onProductDataResponse(p0: ProductDataResponse)
Link copied to clipboard
open override fun onPurchaseResponse(response: PurchaseResponse)
Link copied to clipboard
open override fun onPurchaseUpdatesResponse(response: PurchaseUpdatesResponse)
Link copied to clipboard
open override fun onUserDataResponse(response: UserDataResponse)