Enum Result
For representing boolean values which may also be not available.
Namespace: UnityEngine.Purchasing
Assembly: solution.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. |