docs.unity.cn
    Show / Hide Table of Contents

    Interface IAmazonConfiguration

    Access Amazon store specific configurations.

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IAmazonConfiguration : IStoreConfiguration

    Methods

    WriteSandboxJSON(HashSet<ProductDefinition>)

    To use for Amazon’s local Sandbox testing app, generate a JSON description of your product catalog on the device’s SD card.

    Declaration
    void WriteSandboxJSON(HashSet<ProductDefinition> products)
    Parameters
    Type Name Description
    HashSet<ProductDefinition> products

    Products to add to the testing app JSON.

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