Package 

Class DeepLinkUtilImpl

    • Method Detail

      • createDefaultHostAppIntent

         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

         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

         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