docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor IssueHandlingRequest

    IssueHandlingRequest(string, IssueDialogSettings, IssueHandledCallback, bool)

    Constructor for creating an issue handling request.

    Declaration
    public IssueHandlingRequest(string issueCode, IssueDialogSettings settings, IssueHandledCallback handledCallback = null, bool toggleCurrentStatus = false)
    Parameters
    Type Name Description
    string issueCode

    The code for this issue

    IssueDialogSettings settings

    The settings data structure.

    IssueHandledCallback handledCallback

    The handled callback, which can be null.

    bool toggleCurrentStatus

    The current toggle status for toggle dialogs, ignored if this isn't a toggle dialog.

    IssueHandlingRequest(string, IssueDialogSettings, Exception)

    Declaration
    public IssueHandlingRequest(string issueCode, IssueDialogSettings settings, Exception exception)
    Parameters
    Type Name Description
    string issueCode
    IssueDialogSettings settings
    Exception exception
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)