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. |