Method WriteSandboxJSON
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
public void WriteSandboxJSON(HashSet<ProductDefinition> products)
Parameters
Type | Name | Description |
---|---|---|
HashSet<ProductDefinition> | products | Products to add to the testing app JSON. |