Enum ProductFetchFailureReason
The various reasons a product fetch can fail.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public enum ProductFetchFailureReason
Fields
Name | Description |
---|---|
ProductsUnavailable | The products requested was reported unavailable by the purchasing system. |
ProviderUnavailable | The provider of the products may be unavailable. |
Unknown | A catch all for remaining purchase problems. |