docs.unity3d.com
    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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023