BFAppLinkResolving
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.
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
Phương thức thực thể
appLinkFromURLInBackground:
Thông sốMô tả
url

The URL to resolve into an App Link.

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

Asynchronously resolves App Link data for a given URL.

Đã tuyên bố trong: BFAppLinkResolving.h