Package 

Class AppLink


  • 
    public class AppLink
    
                        

    Contains App Link metadata relevant for navigation on this device derived from the HTML at a given URL.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AppLink.Target

      Represents a target defined in App Link metadata, consisting of at least a package name, andoptionally a URL, class name (for explicit intent handling), and an app name.

    • Constructor Summary

      Constructors 
      Constructor Description
      AppLink(Uri sourceUrl, List<AppLink.Target> targets, Uri webUrl) Creates an AppLink with the given metadata.
    • Constructor Detail

      • AppLink

        AppLink(Uri sourceUrl, List<AppLink.Target> targets, Uri webUrl)
        Creates an AppLink with the given metadata.
        Parameters:
        sourceUrl - the URL from which this App Link was derived.
        targets - an ordered list of Targets for this platform that will be used when navigatingwith this App Link.
        webUrl - the fallback web URL, if any, for this App Link.