Version: 2017.1

IStoreCallback

interface in UnityEngine.Purchasing.Extension

매뉴얼로 전환

설명

Callback used by store implementations to interact with Unity IAP.

변수

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

Public 함수

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.