Show / Hide Table of Contents

    Interface IApplication

    Interface for the application run-time data

    Namespace: i5.Toolkit.Core.Utilities.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>
    Back to top i5 Toolkit Documentation