Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AbstractPurchasingModule

class in UnityEngine.Purchasing.Extension


Implements interfaces:IPurchasingModule

Description

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

Public Functions

ConfigureCalled when your module is loaded by Unity.

Protected Functions

BindConfigurationBind a store-specific configuration type to a concrete instance.
BindExtensionBind a store-specific extension type to a concrete instance.
RegisterStoreRegister a store implementation along with its name.