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)typeDiscussion
Called after the navigation has been attempted, with an indication of whether the referer app link was successfully opened.
Declared In
BFAppLinkReturnToRefererController.hreturnToRefererController:willNavigateToAppLink:
Called when the user has tapped to navigate, but before the navigation has been performed.
- (void)returnToRefererController:(id)controller willNavigateToAppLink:(id)appLinkDiscussion
Called when the user has tapped to navigate, but before the navigation has been performed.
Declared In
BFAppLinkReturnToRefererController.h