Store Kit Manager Interface
Functions
Link copied to clipboard
abstract suspend fun getProducts(responseProductIds: List<String>, paywallName: String? = null, responseProducts: List<ProductItem> = listOf(), substituteProducts: PaywallProducts? = null): GetProductsResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun loadPurchasedProducts(serverEntitlementsByProductId: Map<String, Set<Entitlement>>)
Link copied to clipboard
abstract suspend fun processRestoration(restorationResult: RestorationResult, paywallView: PaywallView)
Link copied to clipboard
Link copied to clipboard