Class LocalizedProductDescription
A description of an IAP product. Includes both a title and a longer description, plus an optional locale for specifying the language of this description. Characters wider than one byte are escaped as \uXXXX for serialization to work around a bug in Unity's JSONUtility deserialization prior to Unity 5.6.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
[Serializable]
public class LocalizedProductDescription
Fields
| Name | Description |
|---|---|
| googleLocale | The |
Properties
| Name | Description |
|---|---|
| Description | The product description displayed as a string. |
| Title | The title of the product description. |
Methods
| Name | Description |
|---|---|
| Clone() | Copy this product description. |