Method GetStoreConfiguration
GetStoreConfiguration<T>()
For advanced scripted store-specific IAP actions, use this session's IStoreConfigurations.
Note, these instances are only available after initialization through Codeless IAP, currently.
Declaration
public T GetStoreConfiguration<T>() where T : IStoreConfiguration
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | A subclass of |