Delegate IssueHandlingRequested
Delegate used by the IssueHandling framework when an issue is requested. Implementers of Unity.MARS.Companion.Core.IUsesIssueHandling must subscribe and handle how the request is presented to the user.
Namespace: Unity.MARS.Companion.Core
Syntax
public delegate void IssueHandlingRequested(in IssueHandlingRequest request);
Parameters
| Type | Name | Description |
|---|---|---|
| IssueHandlingRequest | request | The request data struct. |