File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -517,9 +517,8 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
517517#pragma mark - Pre-initialization support
518518
519519/* *
520- When certain actions are required to complete prior to session initialization, call this method passing in dispatch_block_t,
521- which contains session initialization, and an int, inidicating the number of seconds Branch should wait to invoke the
522- passed in block.
520+ When certain actions are required to complete prior to session initialization, call this method passing in a dispatch_block_t
521+ object and an int, inidicating the number of seconds Branch should wait to invoke the passed in block.
523522
524523 @param initBlock dispatch_block_t object to be executed prior to session initialization
525524 @param waitTime An int inidicating the number of seconds Branch should wait before executing the passed in block
Original file line number Diff line number Diff line change @@ -119,9 +119,7 @@ @interface Branch() <BranchDeepLinkingControllerCompletionDelegate> {
119119}
120120
121121// This isolation queue protects branch initialization and ensures things are processed in order.
122- @property (nonatomic , strong ) dispatch_queue_t isolationQueue;
123- // Delayed initialization block to be used when other tasks are required to complete before initializing
124- @property (nonatomic , strong ) dispatch_block_t preInitBlock;
122+ @property (nonatomic , strong , readwrite ) dispatch_queue_t isolationQueue;
125123
126124@property (strong , nonatomic ) BNCServerInterface *serverInterface;
127125@property (strong , nonatomic ) BNCServerRequestQueue *requestQueue;
You can’t perform that action at this time.
0 commit comments