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:
Parameter | Description |
---|---|
url | The URL to resolve into an App Link. |
- (BFTask *)
appLinkFromURLInBackground:(NSURL *)url;
Asynchronously resolves App Link data for a given URL.
BFAppLinkResolving.h