Skip to content

Commit d789176

Browse files
committed
SDK-1004 clarify LATD API documentation
1 parent 6c6e706 commit d789176

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 outside the server supported range, it will default to 30 days.
1094+
@param window attribution window in days. If the window is 0 or 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)