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