docs.unity.cn
    Show / Hide Table of Contents

    Interface IAmazonExtensions

    Access Amazon store specific functionality.

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IAmazonExtensions : IStoreExtension

    Properties

    amazonUserId

    Gets the current Amazon user ID (for other Amazon services).

    Declaration
    string amazonUserId { get; }
    Property Value
    Type Description
    String

    Methods

    NotifyUnableToFulfillUnavailableProduct(String)

    Amazon makes it possible to notify them of a product that cannot be fulfilled.

    This method calls Amazon's notifyFulfillment(transactionID, FulfillmentResult.UNAVAILABLE); https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/implementing-iap-2.0

    Declaration
    void NotifyUnableToFulfillUnavailableProduct(string transactionID)
    Parameters
    Type Name Description
    String transactionID

    Products transaction id

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 April 2021