class in UnityEngine.Purchasing.Extension
Implements interfaces:IPurchasingModule
IAP 模块的 helper 基类。
除了提供 helper 方法,还可以使用此类抽象类叠加使用 IPurchasingModule 方法,而不会破坏现有插件的兼容性。
Configure | 在 Unity 加载您的模块时调用。 |
BindConfiguration | 绑定特定于商店的配置类型来构建具体实例。 |
BindExtension | 绑定特定于商店的扩展类型来构建具体实例。 |
RegisterStore | 使用相应名称注册商店实现。 |