Method RegisterExtension
RegisterExtension<T>(T)
Informs Unity Purchasing that a store extension is available.
Declaration
void RegisterExtension<T>(T instance) where T : IStoreExtension
Parameters
| Type | Name | Description |
|---|---|---|
| T | instance | The instance of the store extension. |
Type Parameters
| Name | Description |
|---|---|
| T | Implementation of |