docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IWindowsIAPCallback

    Interface for Universal Windows Platform purchasing callbacks.

    Namespace: UnityEngine.Purchasing.Default
    Assembly: solution.dll
    Syntax
    public interface IWindowsIAPCallback

    Methods

    Name Description
    OnProductListError(string)

    Callback received when receiving an error when attempting to get the list of products.

    OnProductListReceived(WinProductDescription[])

    Callback received when receiving the list of products.

    OnPurchaseFailed(string, string)

    Callback received after making a failed purchase.

    OnPurchaseSucceeded(string, string, string)

    Callback received after making a successful purchase.

    log(string)

    Call used to log messsages during the callbacks in this interface.

    logError(string)

    Call used to log various errors during the callbacks in this interface.

    In This Article
    Back to top
    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