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