Interface IAndroidStoreSelection
Store configuration for Android stores.
Namespace: UnityEngine.Purchasing
Syntax
public interface IAndroidStoreSelection : IStoreConfiguration
Properties
androidStore
A property that retrieves the AndroidStore type, if applicabble.
Declaration
AndroidStore androidStore { get; }
Property Value
| Type | Description |
|---|---|
| AndroidStore |
appStore
A property that retrieves the AppStore type.
Declaration
AppStore appStore { get; }
Property Value
| Type | Description |
|---|---|
| AppStore |