Show / Hide Table of Contents

    Namespace i5.Toolkit.Core.DeepLinkAPI

    Classes

    DeepLinkArgs

    Arguments with further information about the received deep link

    DeepLinkAttribute

    Attribute which marks a method as a target for deep links Requires a set up DeepLinkingService. Moreover, the class which contains a method with this attribute needs to be registered using AddDeepLinkListener(Object)

    DeepLinkingService

    Service that allows deep links to access the application Use DeepLinkAttribute to mark methods as targets of deep links. Moreover, add classes using DeepLinkAttribute to the list of listeners in this service using AddDeepLinkListener(Object).

    Interfaces

    IDeepLinkingService

    Back to top i5 Toolkit Documentation