Conforms to NSObject
Declared in FBSDKAppLinkResolver.h

Overview

Implement this protocol 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.

Tasks

Instance Methods

appLinkFromURLInBackground:

Asynchronously resolves App Link data for a given URL.

- (BFTask *)appLinkFromURLInBackground:(NSURL *)url

Parameters

url

The URL to resolve into an App Link.

Return Value

A BFTask that will return a BFAppLink for the given URL.

Declared In

FBSDKAppLinkResolver.h