BFAppLinkReturnToRefererControllerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | BFAppLinkReturnToRefererController.h |
Overview
Protocol that a class can implement in order to be notified when the user has navigated back to the referer of an App Link.
Instance Methods
returnToRefererController:didNavigateToAppLink:type:
Called after the navigation has been attempted, with an indication of whether the referer app link was successfully opened.
- (void)returnToRefererController:(id)controller didNavigateToAppLink:(id)url type:(id)type
Discussion
Called after the navigation has been attempted, with an indication of whether the referer app link was successfully opened.
Declared In
BFAppLinkReturnToRefererController.h
returnToRefererController:willNavigateToAppLink:
Called when the user has tapped to navigate, but before the navigation has been performed.
- (void)returnToRefererController:(id)controller willNavigateToAppLink:(id)appLink
Discussion
Called when the user has tapped to navigate, but before the navigation has been performed.
Declared In
BFAppLinkReturnToRefererController.h