JavaScript is disabled on your browser.
bolts

Class AppLink



  • public class AppLink
    extends java.lang.Object
    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 and Description
      static class AppLink.Target
      Represents a target defined in App Link metadata, consisting of at least a package name, and optionally a URL, class name (for explicit intent handling), and an app name.
    • Constructor Summary

      Constructors
      Constructor and Description
      AppLink (android.net.Uri sourceUrl, java.util.List<AppLink.Target> targets, android.net.Uri webUrl)
      Creates an AppLink with the given metadata.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      android.net.Uri getSourceUrl ()
      java.util.List<AppLink.Target> getTargets ()
      android.net.Uri getWebUrl ()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppLink

        public AppLink(android.net.Uri sourceUrl,
         java.util.List<AppLink.Target> targets,
         android.net.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 navigating with this App Link.
        webUrl - the fallback web URL, if any, for this App Link.
    • Method Detail

      • getSourceUrl

        public android.net.Uri getSourceUrl()
        Returns:
        the URL from which this App Link was derived.
      • getTargets

        public java.util.List<AppLink.Target> getTargets()
        Returns:
        the ordered list of Targets for this platform.
      • getWebUrl

        public android.net.Uri getWebUrl()
        Returns:
        the fallback web URL, if any was specified, for this App Link.

AltStyle によって変換されたページ (->オリジナル) /