Skip navigation links
A C F G O 

A

AppLinkData - Class in com.facebook.applinks
Class to encapsulate an app link, and provide methods for constructing the data from various sources
AppLinkData.CompletionHandler - Interface in com.facebook.applinks
Interface to asynchronously receive AppLinkData after it has been fetched.
AppLinks - Class in com.facebook.applinks
 
AppLinks() - Constructor for class com.facebook.applinks.AppLinks
 
ARGUMENTS_EXTRAS_KEY - Static variable in class com.facebook.applinks.AppLinkData
Key that should be used to get the "extras" field for this app link.
ARGUMENTS_NATIVE_CLASS_KEY - Static variable in class com.facebook.applinks.AppLinkData
Key that should be used to pull out the native class that would have been used if the applink was deferred.
ARGUMENTS_NATIVE_URL - Static variable in class com.facebook.applinks.AppLinkData
Key that should be used to pull out the native url that would have been used if the applink was deferred.
ARGUMENTS_REFERER_DATA_KEY - Static variable in class com.facebook.applinks.AppLinkData
Key that should be used to get the "referer_data" field for this app link.
ARGUMENTS_TAPTIME_KEY - Static variable in class com.facebook.applinks.AppLinkData
Key that should be used to pull out the UTC Unix tap-time from the arguments for this app link.

C

com.facebook.applinks - package com.facebook.applinks
 
createFromActivity(Activity) - Static method in class com.facebook.applinks.AppLinkData
Parses out any app link data from the Intent of the Activity passed in.
createFromAlApplinkData(Intent) - Static method in class com.facebook.applinks.AppLinkData
Parses out any app link data from the Intent passed in.

F

FacebookAppLinkResolver - Class in com.facebook.applinks
Provides an implementation for the AppLinkResolver interface that uses the Facebook App Link index to resolve App Links given a URL.
FacebookAppLinkResolver() - Constructor for class com.facebook.applinks.FacebookAppLinkResolver
 
fetchDeferredAppLinkData(Context, AppLinkData.CompletionHandler) - Static method in class com.facebook.applinks.AppLinkData
Asynchronously fetches app link information that might have been stored for use after installation of the app
fetchDeferredAppLinkData(Context, String, AppLinkData.CompletionHandler) - Static method in class com.facebook.applinks.AppLinkData
Asynchronously fetches app link information that might have been stored for use after installation of the app

G

getAppLinkFromUrlInBackground(Uri) - Method in class com.facebook.applinks.FacebookAppLinkResolver
Asynchronously resolves App Link data for the passed in Uri
getAppLinkFromUrlsInBackground(List<Uri>) - Method in class com.facebook.applinks.FacebookAppLinkResolver
Asynchronously resolves App Link data for multiple URLs
getArgumentBundle() - Method in class com.facebook.applinks.AppLinkData
The full set of arguments for this app link.
getPromotionCode() - Method in class com.facebook.applinks.AppLinkData
Returns the promotion code for this App Link.
getRef() - Method in class com.facebook.applinks.AppLinkData
Returns the ref for this App Link.
getRefererData() - Method in class com.facebook.applinks.AppLinkData
The referer data associated with the app link.
getTargetUri() - Method in class com.facebook.applinks.AppLinkData
Returns the target uri for this App Link.

O

onDeferredAppLinkDataFetched(AppLinkData) - Method in interface com.facebook.applinks.AppLinkData.CompletionHandler
This method is called when deferred app link data has been fetched.
A C F G O 
Skip navigation links