Version: 2017.1

IStoreCallback

interface in UnityEngine.Purchasing.Extension

Switch to Manual

Description

Callback used by store implementations to interact with Unity IAP.

Variables

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

Public Functions

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.