Method OnProductsRetrieved
OnProductsRetrieved(List<ProductDescription>)
Complete setup by providing a list of available products, complete with metadata and any associated purchase receipts and transaction IDs.
Any previously unseen purchases will be completed by the PurchasingManager.
Declaration
void OnProductsRetrieved(List<ProductDescription> products)
Parameters
Type | Name | Description |
---|---|---|
List<ProductDescription> | products | The list of product descriptions retrieved. |