BFAppLinkResolving
这个类有新版本。查看 最新版本。
Discussion:

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.

Extends Protocol:NSObject
Declared in:BFAppLinkResolving.h
实例方法
appLinkFromURLInBackground:
参数描述
url

The URL to resolve into an App Link.

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

Asynchronously resolves App Link data for a given URL.

声明语言: BFAppLinkResolving.h