Type Table Event productList Revision Release 2024.3703 Keywords Samsung, IAP, in-app purchases, productList, products See also productList store.*
Lua array (table) where each element is itself a Lua table containing the following product information:
productIdentifier
— A string representing the product identifier.
title
— A string representing the product title.
description
— A string representing the product description.
localizedPrice
— The product price as a localized currency string, for example $0.99
.
purchaseType
— Type (string) which is either "item"
or "subscription"
.
isConsumable
— A (boolean) whether or not the in-app item is consumable.
originalJson
— A JSON-formatted string representation of the product details.
downloadUrl
— Url as a string to download the purchased item, check out the network.download string
imageUrl
— Url as a string of the item's image and thumbnail