Enum AndroidStore
The type of Android store being run.
Namespace: UnityEngine.Purchasing
Syntax
public enum AndroidStore
Fields
Name | Description | Value |
---|---|---|
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. |