iOS SDK Version

FBSDKAppLinkResolver

@interfaceFBSDKAppLinkResolver:NSObject<FBSDKAppLinkResolving>
Provides an implementation of the FBSDKAppLinkResolving 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.
Usage of this type requires a client token. See [FBSDKSettings setClientToken:]
  • Unavailable
    Undocumented

    Declaration

    Objective-C
    -(instancetype)initNS_UNAVAILABLE;
  • Unavailable
    Undocumented

    Declaration

    Objective-C
    +(instancetype)newNS_UNAVAILABLE;
  • Asynchronously resolves App Link data for a given array of URLs.

    Declaration

    Objective-C
    -(void)appLinksFromURLs:(nonnullNSArray<NSURL*>*)urlshandler:(nonnullFBSDKAppLinksBlock)handler;
    Swift
    funcappLinks(fromurls:[URL],handler:@escapingAppLinksBlock)

    Parameters

  • Allocates and initializes a new instance of FBSDKAppLinkResolver.

    Declaration

    Objective-C
    +(nonnullinstancetype)resolver;
    Swift
    convenienceinit()