Version: 2017.1

PurchaseFailureDescription

class in UnityEngine.Purchasing.Extension

매뉴얼로 전환

설명

Represents a failed purchase as described by a purchasing service.

Is sent by a store implementation to IAP which forwards this message on to the user.
See Also: IStoreCallback.OnPurchaseFailed.

변수

messageMore information about the purchase failure from Unity IAP or the platform store, if available.
productIdThe store-specific product ID which failed to purchase.
reasonThe reason for the purchase failure.

생성자

PurchaseFailureDescriptionCreates a PurchaseFailureDescription.