queryInventory
abstract fun queryInventory(products: Map<String, Productz.Type>): QueryResult<Map<String, Productz>>
Content copied to clipboard
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.