Struct IssueHandlingResult
The result of a Issue handling dialog closure
Inherited Members
Namespace: Unity.AR.Companion.Core
Assembly: solution.dll
Syntax
public struct IssueHandlingResult
Fields
Name | Description |
---|---|
Accept | If the dialog has the ability to accept, and the user accepted, then this will be true. |
Toggled | Returns the toggle state, which the user can only change if the dialog request includes the ability to change the set toggle value. If the toggle dialog box was canceled, this value should be the same as was passed into the request (no change). |