BFAppLinkResolving
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.
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
Métodos da instância
appLinkFromURLInBackground:
ParâmetroDescrição
url

The URL to resolve into an App Link.

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

Asynchronously resolves App Link data for a given URL.

Declarado em: BFAppLinkResolving.h