GalaxyBillingMode
Represents the operation mode used by the Galaxy Store.
This enum allows you to specify whether the app should operate in real production mode, test mode, or a mode that forces failures for debugging and QA purposes.
Please ensure that you always provide the production value when submitting your app for beta testing or normal app distribution.
Refer to https://developer.samsung.com/iap/programming-guide/iap-helper-programming.html for more information.
Entries
Process purchases with the production environment. Financial transactions occur for successful requests. Use this mode when submitting your app for beta or production distribution.
All IAP requests fail in this mode. Useful for testing error scenarios.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.