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