Method RegisterStore
RegisterStore(string, IStore)
Informs Unity Purchasing that a store implementation exists, specifying its name.
Modules can pass null IStore instances when running on platforms they do not support.
Declaration
void RegisterStore(string name, IStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the store |
| IStore | store | The instance of the store |