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