FBAppLinkResolver
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Provides an implementation of the BFAppLinkResolving protocol that uses the Facebook app link index to resolve App Links given a URL. It also provides an additional helper method that can resolve multiple App Links in a single call.

Discussion:

Usage of this type requires a client token. See [FBSettings setClientToken:].

Conforms to:BFAppLinkResolving
Inherits from:NSObject
Declared in:FBAppLinkResolver.h
클래스 메서드
resolver

Allocates and initializes a new instance of FBAppLinkResolver.

+ (instancetype) resolver;
정의된 값: FBAppLinkResolver.h
인스턴스 메서드
appLinksFromURLsInBackground:

Asynchronously resolves App Link data for multiple URLs.

매개변수설명
urls

An array of NSURLs to resolve into App Links.

- (BFTask *) appLinksFromURLsInBackground:(NSArray *)urls;
Discussion:

You should set the client token before making this call. See [FBSettings setClientToken:]

정의된 값: FBAppLinkResolver.h