aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthAppDelegateProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthAppDelegateProxy.h')
-rw-r--r--Firebase/Auth/Source/FIRAuthAppDelegateProxy.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/FIRAuthAppDelegateProxy.h b/Firebase/Auth/Source/FIRAuthAppDelegateProxy.h
index 656e4f2..d974e2c 100644
--- a/Firebase/Auth/Source/FIRAuthAppDelegateProxy.h
+++ b/Firebase/Auth/Source/FIRAuthAppDelegateProxy.h
@@ -37,6 +37,13 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (BOOL)canHandleNotification:(nonnull NSDictionary *)notification;
+/** @fn canHandleURL:
+ @brief Checks whether the URL can be handled by the receiver, and handles it if so.
+ @param url The URL in question, which will be consumed if returns @c YES.
+ @return Whether the URL can be (and already has been) handled by the receiver.
+ */
+- (BOOL)canHandleURL:(nonnull NSURL *)url;
+
@end
/** @class FIRAuthAppDelegateProxy