Skip to content

Commit 592b3ed

Browse files
committed
SDK-1004 correct copy paste error
1 parent d789176 commit 592b3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
10911091
If it is invoked before, then we will silently initialize the SDK before the callback has been set, in order to carry out this method's required task.
10921092
As a result, you may experience issues where the initSession callback does not fire. Again, the solution to this issue is to only invoke this method after you have invoked initSession.
10931093
1094-
@param window attribution window in days. If the window is 0 or outside the server supported range, it will default to 30 days.
1094+
@param window attribution window in days. If the window is 0, the server will use the server side default. If the window is outside the server supported range, it will default to 30 days.
10951095
@param completion callback with attribution data
10961096
*/
10971097
- (void)lastAttributedTouchDataWithAttributionWindow:(NSInteger)window completion:(void(^) (BranchLastAttributedTouchData * _Nullable latd))completion;

0 commit comments

Comments
 (0)