Legacy Documentation: Version 5.4
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

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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.