We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e068f4 commit 3827cb2Copy full SHA for 3827cb2
Branch-SDK/Branch-SDK/Branch.m
@@ -447,6 +447,14 @@ - (BOOL)continueUserActivity:(NSUserActivity *)userActivity {
447
return spotlightIdentifier != nil;
448
}
449
450
+#pragma mark - Generic Request support
451
+
452
+- (void)handleGenericRequest:(BNCServerRequest*)request {
453
+ [self initSessionIfNeededAndNotInProgress];
454
+ [self.requestQueue enqueue:request];
455
+ [self processNextQueueItem];
456
+}
457
458
459
#pragma mark - Push Notification support
460
0 commit comments