Delegate IssueHandledCallback
The callback that signals the issue has been handled by user action
Namespace: Unity.AR.Companion.Core
Assembly: solution.dll
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) |