Struct Completer
Handle to settle a promise.
Namespace: UnityEngine.GameFoundation.Promise
Assembly: solution.dll
Syntax
public struct Completer
Properties
| Name | Description |
|---|---|
| None |
Methods
| Name | Description |
|---|---|
| Reject(Exception) | Reject the handled promise for the given reason. |
| Resolve() | Fulfill the handled promise. |