Class IDs
Maps store specific Product identifiers to one or more store identifiers.
The name is deliberately terse for use as a collection initializer.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class IDs : IEnumerable<KeyValuePair<string, string>>, IEnumerable
Methods
| Name | Description |
|---|---|
| Add(string, params object[]) | Add a product identifier to a list of store names with non strings such as Enums. |
| Add(string, params string[]) | Add a product identifier to a list of store names with string. |
| GetEnumerator() | Retrieve an Enumerator with which can be used to iterate through the internal map structure. |