File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments