Interface IManagedStoreConfig
IAP E-Commerce Managed Store Configuration
Namespace: UnityEngine.Purchasing
Syntax
public interface IManagedStoreConfig : IStoreConfiguration
Properties
baseEventUrl
The base URL for web request events.
Declaration
string baseEventUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
baseIapUrl
The base URL for the e-Commerce portal.
Declaration
string baseIapUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
disableStoreCatalog
Whether or not the store catalog is disabled.
Declaration
bool disableStoreCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
storeTestEnabled
Whether or not store testing is enabled.
Declaration
bool storeTestEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
trackingOptOut
Whether or the tracking has been opted out for Promo products.
Declaration
bool? trackingOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> |