Search Results for

    Show / Hide Table of Contents

    Interface IApplication

    Interface for the application run-time data

    Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IApplication

    Properties

    AbsoluteURL

    The URL of the document. For non-Web-apps: deep link URL which activated the app

    Declaration
    string AbsoluteURL { get; }
    Property Value
    Type Description
    string

    Events

    DeepLinkActivated

    Event which is raised if a deep link is received

    Declaration
    event EventHandler<string> DeepLinkActivated
    Event Type
    Type Description
    EventHandler<string>
    In this article
    Back to top i5 Toolkit Documentation