Show / Hide Table of Contents

    Class DeepLinkArgs

    Arguments with further information about the received deep link

    Inheritance
    Object
    DeepLinkArgs
    Namespace: i5.Toolkit.Core.DeepLinkAPI
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeepLinkArgs

    Constructors

    DeepLinkArgs(Dictionary<String, String>, Uri)

    Creates a new instance of the deep link arguments

    Declaration
    public DeepLinkArgs(Dictionary<string, string> parameters, Uri deepLink)
    Parameters
    Type Name Description
    Dictionary<String, String> parameters

    The parameters of the deep link call

    Uri deepLink

    The full deep link

    Properties

    DeepLink

    The full deep link uri

    Declaration
    public Uri DeepLink { get; }
    Property Value
    Type Description
    Uri

    Parameters

    The list of parameters that the deep link contained

    Declaration
    public Dictionary<string, string> Parameters { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    Scheme

    The scheme of the deep link, e.g. i5://

    Declaration
    public string Scheme { get; }
    Property Value
    Type Description
    String
    Back to top i5 Toolkit Documentation