Skip to content

Commit 92a6254

Browse files
clarify method documentation
1 parent 9c747b8 commit 92a6254

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
520520
DO NOT USE unless you are familiar with the SDK's threading model.
521521
522522
When certain actions are required to complete prior to session initialization, this method can be used to pass in a blocking dispatch_block_t.
523-
The structure of the dispatch_block_t should be as follows:
524-
1. obtain semaphore
525-
2. initiate async task that signals the sephamore in its callback
526-
3. make sephamore wait for the signal
523+
The passed in dispatch_block_t will block Branch initialization thread, not the main thread.
527524
528525
@param initBlock dispatch_block_t object to be executed prior to session initialization
529526
*/

0 commit comments

Comments
 (0)