Method RegisterConfiguration
RegisterConfiguration<T>(T)
Informs Unity Purchasing that extended Configuration is available.
Declaration
void RegisterConfiguration<T>(T instance) where T : IStoreConfiguration
Parameters
| Type | Name | Description |
|---|---|---|
| T | instance | The instance of the store configuration. |
Type Parameters
| Name | Description |
|---|---|
| T | Implementation of |