Struct IssueHandlingResult
The result of a Issue handling dialog closure
Namespace: Unity.MARS.Companion.Core
Syntax
public struct IssueHandlingResult
Fields
Accept
If the dialog has the ability to accept, and the user accepted, then this will be true.
Declaration
public bool Accept
Field Value
| Type | Description |
|---|---|
| Boolean |
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).
Declaration
public bool Toggled
Field Value
| Type | Description |
|---|---|
| Boolean |