Struct UrlRedirectResult
This struct contains information about url redirection operation.
Inherited Members
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 |