docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface INativeStore

    An interface to native underlying store systems. Provides a base for opaquely typed communication across a language-bridge upon which additional functionality can be composed. Is used by most public IStore implementations which themselves are owned by the purchasing core.

    Namespace: UnityEngine.Purchasing
    Assembly: solution.dll
    Syntax
    public interface INativeStore

    Methods

    Name Description
    FinishTransaction(string, string)

    Call the Store to consume a product.

    Purchase(string, string)

    Call the Store to purchase a product. The IStoreCallback will be call when the purchase is successful.

    RetrieveProducts(string)

    Call the Store to retrieve the store products. The IStoreCallback will be call with the retrieved products.

    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