Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

IStoreCallback

interface in UnityEngine.Purchasing.Extension

Description

Callback used by store implementations to interact with Unity IAP.

Properties

productsGets the item with local identifier.
useTransactionLogToggle use of Unity IAP's transaction log.

Public Methods

OnProductsRetrievedComplete setup by providing a list of available products, complete with metadata and any associated purchase receipts and transaction IDs.
OnPurchaseFailedCall to indicate to Unity IAP that a purchase failed.
OnPurchaseSucceededInform Unity IAP of a purchase.
OnSetupFailedIndicate that IAP is unavailable for a specific reason, such as IAP being disabled in device settings.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答