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

Link copied to clipboard

Process purchases with the production environment. Financial transactions occur for successful requests. Use this mode when submitting your app for beta or production distribution.

Link copied to clipboard

Payment requests are processed normally, except no financial transactions occur, and successful purchase results are always returned.

Link copied to clipboard

All IAP requests fail in this mode. Useful for testing error scenarios.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard