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 ad29340 commit bf3e22fCopy full SHA for bf3e22f
Branch-SDK/Branch-SDK/Branch.h
@@ -690,6 +690,9 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
690
691
- (void)suppressWarningLogs;
692
693
+// For use by other Branch SDKs. For example, Unity or React Native.
694
+- (void)registerPluginName:(NSString *)name version:(NSString *)version;
695
+
696
/**
697
Key-value pairs to be included in the metadata on every request.
698
0 commit comments