Skip to content

Commit bf3e22f

Browse files
committed
SDK-562 make the plugin method public.
1 parent ad29340 commit bf3e22f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,9 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
690690

691691
- (void)suppressWarningLogs;
692692

693+
// For use by other Branch SDKs. For example, Unity or React Native.
694+
- (void)registerPluginName:(NSString *)name version:(NSString *)version;
695+
693696
/**
694697
Key-value pairs to be included in the metadata on every request.
695698

0 commit comments

Comments
 (0)