FBSDKAppLinkResolver
Đã 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.

Provides an implementation of the BFAppLinkResolving protocol that uses the Facebook App Link Index API 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 [FBSDKSettings setClientToken:] and linking Bolts.framework

Conforms to:BFAppLinkResolving
Superclass:NSObject
Declared in:FBSDKAppLinkResolver.h
Phương thức nhóm
resolver

Allocates and initializes a new instance of FBSDKAppLinkResolver.

+ (instancetype) resolver;
Đã tuyên bố trong: FBSDKAppLinkResolver.h
Phương thức thực thể
appLinksFromURLsInBackground:

Asynchronously resolves App Link data for multiple URLs.

Thông sốMô tả
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 [FBSDKSettings setClientToken:]

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