AbstractPurchasingModule

class in UnityEngine.Purchasing.Extension


Implements interfaces:IPurchasingModule

Switch to Manual

Description

IAP 模块的 helper 基类。

除了提供 helper 方法,还可以使用此类抽象类叠加使用 IPurchasingModule 方法,而不会破坏现有插件的兼容性。

Public Functions

Configure在 Unity 加载您的模块时调用。

Protected Functions

BindConfiguration绑定特定于商店的配置类型来构建具体实例。
BindExtension绑定特定于商店的扩展类型来构建具体实例。
RegisterStore使用相应名称注册商店实现。