Package 

Interface AppLinkResolver


  • 
    public interface AppLinkResolver
    
                        

    Implement this interface to provide an alternate strategy for resolving App Links that may include pre-fetching, caching, or querying for App Link data from an index provided by a service provider.

    • Method Summary

      Modifier and Type Method Description
      abstract Task<AppLink> getAppLinkFromUrlInBackground(Uri url) Asynchronously resolves App Link data for a given URL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait