Enum Result
For representing boolean values which may also be not available.
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.Stores.dll
Syntax
public enum Result
Fields
| Name | Description |
|---|---|
| False | Corresponds to boolean |
| True | Corresponds to boolean |
| Unsupported | Corresponds to no value, such as for situations where no result is available. |