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