Delegate IssueHandledCallback
The callback that signals the issue has been handled by user action
Namespace: Unity.MARS.Companion.Core
Syntax
public delegate void IssueHandledCallback(IssueHandlingResult result);
Parameters
| Type | Name | Description |
|---|---|---|
| IssueHandlingResult | result | The results struct that contains the results of the user's decision (if applicable) |