docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct UrlRedirectResult

    This struct contains information about url redirection operation.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.AppLinking
    Assembly: Unity.Cloud.AppLinking.dll
    Syntax
    public struct UrlRedirectResult

    Properties

    QueryArguments

    The query arguments returned in the redirected url formatted as a dictionary of key value pairs.

    Declaration
    public Dictionary<string, string> QueryArguments { readonly get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Status

    The status of the redirect operation.

    Declaration
    public UrlRedirectStatus Status { readonly get; set; }
    Property Value
    Type Description
    UrlRedirectStatus
    In This Article
    Back to top
    Copyright © 2025 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)