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