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