aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Sample/MainViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'AuthSamples/Sample/MainViewController.h')
-rw-r--r--AuthSamples/Sample/MainViewController.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/AuthSamples/Sample/MainViewController.h b/AuthSamples/Sample/MainViewController.h
index d2390b1..a4d3583 100644
--- a/AuthSamples/Sample/MainViewController.h
+++ b/AuthSamples/Sample/MainViewController.h
@@ -82,4 +82,11 @@ extern NSString *const kCreateUserAccessibilityID;
*/
- (IBAction)memoryClear;
+/** @fn handleIncomingLinkWithURL:
+ @brief Handles an incoming link to trigger the appropriate OOBCode if possible.
+ @param URL The webURL of the incoming universal link.
+ @return Boolean value indicating whether the incoming link could be handled or not.
+ */
+- (BOOL)handleIncomingLinkWithURL:(NSURL *)URL;
+
@end