Class ProductCollection
Provides helper methods to retrieve products by store independent/store specific id.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class ProductCollection
Properties
| Name | Description |
|---|---|
| all | The array of all products |
| set | The hash set of all products |
Methods
| Name | Description |
|---|---|
| WithID(string) | Gets a product matching an id |
| WithStoreSpecificID(string) | Gets a product matching a store-specific id |