Version: 2017.1

AbstractPurchasingModule

class in UnityEngine.Purchasing.Extension


实现接口:IPurchasingModule

切换到手册

描述

IAP 模块的 helper 基类。

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

公共函数

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

受保护的函数

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