Package 

Interface DeepLinkUtil

    • Method Detail

      • createDefaultHostAppIntent

         abstract Intent createDefaultHostAppIntent(Context context, String contentActionLink)

        Creates default launcher intent for host app.

        Parameters:
        context - reference to application context
        contentActionLink - action link to add to extras so it can be opened after launcher activity has been created.
      • createDeepLinkHostAppIntent

         abstract Intent createDeepLinkHostAppIntent(Context context, String link)

        Creates intent from host app activities matching the provided link.

        Parameters:
        context - reference to application context
        link - link to create intent for
      • createDeepLinkExternalIntent

         abstract Intent createDeepLinkExternalIntent(Context context, String link, Boolean startingFromService)

        Creates intent outside the host app that can open the provided link.

        Parameters:
        context - reference to application context
        link - link to create intent for
        startingFromService - flag to indicate if the intent is to be started from service so required flags can be added