Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ProductDefinition

class in UnityEngine.Purchasing

Suggest a change

Success!

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.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Minimal product definition, used by apps declaring products for sale.

Variables

enabledThis flag indicates whether a product should be offered for sale. It is controlled through the cloud catalog dashboard.
idUnity IAP product ID. Potentially independent of store IDs.
storeSpecificIdThe ID this product has on a store.
typeThe product type.

Constructors

ProductDefinitionCreate a ProductDefinition with different Store-independent ID and Store-specific ID. Use this when you need to two IDs to be different.

Public Functions

EqualsCompares id properties. Requires obj be a ProductDefinition.
GetHashCodeGets the application-domain-specific hash code of id.

Did you find this page useful? Please give it a rating: