File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
#import " DynamicLinks/Logging/FDLLogging.h"
24
24
#import " DynamicLinks/Utilities/FDLUtilities.h"
25
25
26
+ // Label exceptions from FDL.
27
+ NSString *const kFirebaseDurableDeepLinkErrorDomain = @" com.firebase.durabledeeplink" ;
28
+
26
29
// / The exact behavior of dict[key] = value is unclear when value is nil. This function safely adds
27
30
// / the key-value pair to the dictionary, even when value is nil.
28
31
// / This function will treat empty string in the same way as nil.
Original file line number Diff line number Diff line change 29
29
#import " DynamicLinks/FIRDLScionLogging.h"
30
30
#endif
31
31
32
+ #import " DynamicLinks/FDLURLComponents/FDLURLComponents+Private.h"
32
33
#import " DynamicLinks/FIRDLRetrievalProcessFactory.h"
33
34
#import " DynamicLinks/FIRDLRetrievalProcessProtocols.h"
34
35
#import " DynamicLinks/FIRDLRetrievalProcessResult.h"
55
56
NSString *const kFIRDLReadDeepLinkAfterInstallKey =
56
57
@" com.google.appinvite.readDeeplinkAfterInstall" ;
57
58
58
- // Label exceptions from FDL.
59
- NSString *const kFirebaseDurableDeepLinkErrorDomain = @" com.firebase.durabledeeplink" ;
60
-
61
59
// Error code from FDL.
62
60
static const NSInteger FIRErrorCodeDurableDeepLinkFailed = -119;
63
61
You can’t perform that action at this time.
0 commit comments