Enum AndroidStore
The type of Android store being run.
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.Stores.dll
Syntax
public enum AndroidStore
Fields
| Name | Description |
|---|---|
| AmazonAppStore | Amazon App Store. |
| GooglePlay | GooglePlay Store |
| NotSpecified | No Android Store specified. Usually the case if not using Android. |
| UDP | Unity Distribution Portal, which manages other stores internally. |