public class FacebookAppLinkResolver extends Object
AppLinkResolver
interface that uses the Facebook App Link
index to solve App Links, given a Url. It also provides an additional helper method that can resolve multiple App
Links in a single call.Constructor and Description |
---|
FacebookAppLinkResolver() |
Modifier and Type | Method and Description |
---|---|
|
getAppLinkFromUrlInBackground(Uri uri)
Asynchronously resolves App Link data for the passed in Uri
|
|
getAppLinkFromUrlsInBackground(List<Uri> uris)
Asynchronously resolves App Link data for multiple Urls
|
publicgetAppLinkFromUrlInBackground(Uri uri)
uri
- Uri to be resolved into an App LinkpublicgetAppLinkFromUrlsInBackground(List<Uri> uris)
uris
- A list of Uri objects to resolve into App Links