Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Purchasing.Extension
Implements interfaces: IPurchasingModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseHelper base class for IAP Modules.
In addition to providing helper methods, use of an abstract class such as this allows addition of IPurchasingModule methods without breaking compatibility with existing plugins.
BindConfiguration | Bind a store-specific configuration type to a concrete instance. |
BindExtension | Bind a store-specific extension type to a concrete instance. |
Configure | Called when your module is loaded by Unity. |
RegisterStore | Register a store implementation along with its name. |
BindConfiguration | Bind a store-specific configuration type to a concrete instance. |
BindExtension | Bind a store-specific extension type to a concrete instance. |
RegisterStore | Register a store implementation along with its name. |