为 Unity IAP 构建配置。
收集特定于商品和商店的配置详细信息。
另请参阅:UnityPurchasing.Initialize。
| products | 目前为止构建的商品。 | 
| useCloudCatalog | If set Unity IAP will retrieve your product catalog from Unity cloud services, allowing you to change your catalog dynamically without updating your App. | 
| AddProduct | 通过 Unity IAP ID、类型和特定于商店的 ID 组(可选)添加商品。 | 
| AddProducts | 添加 ProductDefinitions 集合。 | 
| Configure | 访问特定于商店的配置设置。 | 
| Instance | 获取 ConfigurationBuilder 的实例。 |