Enum SamsungAppsMode
The mode in which transactions on a Samsung Galaxy app will operate.
Namespace: UnityEngine.Purchasing
Syntax
public enum SamsungAppsMode
Fields
Name | Description | Value |
---|---|---|
Production | Standard mode which allows the user to choose the purchase method. Use for all apps shipped to Samsung. |
0 |
AlwaysSucceed | Test mode in which all Samsung purchases will behave as if successful. |
1 |
AlwaysFail | Test mode in which all Samsung purchases will behave as if failed. |
2 |