Version: 2020.1
Registering your store
Store Extensions

Store Configuration

Your store may require developers to supply additional configuration information during initialization, for which your module can register a configuration instance that implements the IStoreConfiguration interface:

var config = new MyConfiguration(); // Implements IStoreConfiguration
BindConfiguration<MyConfiguration>(new MyConfiguration());

When developers request an instance of your configuration type, Unity IAPAbbreviation of Unity In App Purchase
See in Glossary
first tries to cast your store implementation to the configuration type. Only if that cast fails will any instance bound via BindConfiguration will be used.

Registering your store
Store Extensions
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961