docs.unity3d.com
    目次を表示する/隠す

    Class PurchaseFailureDescription

    Represents a failed purchase as described by a purchasing service.

    Inheritance
    Object
    PurchaseFailureDescription
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Purchasing.Extension
    Syntax
    public class PurchaseFailureDescription

    Constructors

    PurchaseFailureDescription(String, PurchaseFailureReason, String)

    Parametrized Constructor.

    Declaration
    public PurchaseFailureDescription(string productId, PurchaseFailureReason reason, string message)
    Parameters
    Type Name Description
    String productId

    The id of the product.

    PurchaseFailureReason reason

    The reason for the purchase failure

    String message

    The message containing details about the failed purchase.

    Properties

    message

    The message containing details about the failed purchase.

    Declaration
    public string message { get; }
    Property Value
    Type Description
    String

    productId

    The store specific product ID.

    Declaration
    public string productId { get; }
    Property Value
    Type Description
    String

    reason

    The reason for the failure.

    Declaration
    public PurchaseFailureReason reason { get; }
    Property Value
    Type Description
    PurchaseFailureReason
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)