Enum AndroidStoreMeta
A meta enum to bookend the app Stores for Android. Mapped from AndroidStore
values.
Is distinct from AndroidStore to avoid non-unique Enum.Parse and Enum.ToString lookup conflicts.
Note these must be synchronized with constants in the AppStore
enum.
Namespace: UnityEngine.Purchasing
Syntax
public enum AndroidStoreMeta
Fields
Name | Description | Value |
---|---|---|
AndroidStoreStart | The first Android App Store. |
0 |
AndroidStoreEnd | The last Android App Store. |
3 |