FBSDKDeferredAppLinkHandler Block Reference
Declared in | FBSDKAppLinkUtility.h |
Block Definition
FBSDKDeferredAppLinkHandler
Describes the callback for fetchDeferredAppLink. - Parameter url: the url representing the deferred App Link - Parameter error: the error during the request, if any
typedef void (^FBSDKDeferredAppLinkHandler) (NSURL *url, NSError *error)
Discussion
The url may also have a fb_click_time_utc query parameter that represents when the click occurred that caused the deferred App Link to be created.
Declared In
FBSDKAppLinkUtility.h