BFAppLinkResolving Protocol Reference
Conforms to | NSObject |
Declared in | BFAppLinkResolving.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.
Instance Methods
appLinkFromURLInBackground:
Asynchronously resolves App Link data for a given URL.
- (BFTask *)appLinkFromURLInBackground:(id)url
Parameters
- url
The URL to resolve into an App Link.
Return Value
A BFTask that will return a BFAppLink for the given URL.
Discussion
Asynchronously resolves App Link data for a given URL.
Declared In
BFAppLinkResolving.h