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