queryInventory

abstract fun queryInventory(products: Map<String, Productz.Type>): QueryResult<Map<String, Productz>>

Parameters

products

, a map of string productIds with a product type that will try to match against (validate) the billing client's server for list of available products.