Method GetStoreExtensions
GetStoreExtensions<T>()
For advanced scripted store-specific IAP actions, use this session's IStoreExtensions after initialization.
Declaration
public T GetStoreExtensions<T>() where T : IStoreExtension
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | A subclass of |