Skip to content

Commit 9a5a8d9

Browse files
committed
CORE-2088 correct function name
1 parent 66ee26d commit 9a5a8d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Branch-SDK/Branch.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,12 +677,12 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
677677
- (void)ignoreAppleSearchAdsTestData;
678678

679679
/**
680-
Checks the pasteboard for a Branch Link.
681-
This copied Branch Link in the install request and can provide deeplink data.
680+
Checks the pasteboard (clipboard) for a Branch Link on App Install.
681+
If found, the Branch Link is used to provide deferred deeplink data.
682682
683-
Note, this will display a toast message to the end user.
683+
Note, this may display a toast message to the end user.
684684
*/
685-
- (void)checkPasteboardForBranchLinkOnInstall;
685+
- (void)checkPasteboardOnInstall;
686686

687687
/**
688688
Set the AppGroup used to share data between the App Clip and the Full App.

Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ - (void)ignoreAppleSearchAdsTestData {
944944
#endif
945945
}
946946

947-
- (void)checkPasteboardForBranchLinkOnInstall {
947+
- (void)checkPasteboardOnInstall {
948948
[BNCPasteboard sharedInstance].checkOnInstall = YES;
949949
}
950950

0 commit comments

Comments
 (0)