Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Purchasing.Extension
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseA common format store subsystems use to describe available products.
Includes purchase state via receipt
and transactionId
.
metadata | Localized metadata retrieved from the Store. |
receipt | A purchase receipt, if owned. Otherwise null. |
storeSpecificId | The store-specific ID. |
transactionId | The purchase transaction ID, if owned. Otherwise null. |
ProductDescription | Create a ProductDescription. |