File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 29
29
#import " DynamicLinks/FIRDLScionLogging.h"
30
30
#endif
31
31
32
+ #ifdef FIRDynamicLinks3P
32
33
#import " DynamicLinks/FDLURLComponents/FDLURLComponents+Private.h"
34
+ #endif
33
35
#import " DynamicLinks/FIRDLRetrievalProcessFactory.h"
34
36
#import " DynamicLinks/FIRDLRetrievalProcessProtocols.h"
35
37
#import " DynamicLinks/FIRDLRetrievalProcessResult.h"
56
58
NSString *const kFIRDLReadDeepLinkAfterInstallKey =
57
59
@" com.google.appinvite.readDeeplinkAfterInstall" ;
58
60
59
- // Error code from FDL.
60
- static const NSInteger FIRErrorCodeDurableDeepLinkFailed = -119;
61
-
62
61
// We should only open url once. We use the following key to store the state in the user defaults.
63
62
static NSString *const kFIRDLOpenURLKey = @" com.google.appinvite.openURL" ;
64
63
@@ -86,6 +85,9 @@ @interface FIRDynamicLinks () <FIRDLRetrievalProcessDelegate>
86
85
@end
87
86
88
87
#ifdef FIRDynamicLinks3P
88
+ // Error code from FDL.
89
+ static const NSInteger FIRErrorCodeDurableDeepLinkFailed = -119;
90
+
89
91
@interface FIRDynamicLinks () {
90
92
/// Stored Analytics reference, if it exists.
91
93
id<FIRAnalyticsInterop> _Nullable _analytics;
You can’t perform that action at this time.
0 commit comments