Version: 5.4

ProductDefinition

class in UnityEngine.Purchasing

Cambiar al Manual

Descripción

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

Variables

idUnity IAP product ID. Potentially independent of store IDs.
storeSpecificIdThe ID this product has on a store.
typeThe product type.

Constructores

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

Funciones Públicas

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