Searched refs:branchKey (Results 1 – 5 of 5) sorted by relevance
13 id branchKey = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"branch_key"];14 return (branchKey != nil);
28 @property (nonatomic, readonly, nullable) NSString *branchKey;
14 NSString * _Nonnull const RNBranchConfigBranchKeyOption = @"branchKey";154 - (NSString *)branchKey
23 static NSString *branchKey;58 …NSString *key = branchKey ?: config.branchKey ?: usingTestInstance ? config.testKey : config.liveK…370 branchKey = key;
102 String branchKey = config.getBranchKey(); in getAutoInstance() local109 if (branchKey != null) { in getAutoInstance()110 Branch.getAutoInstance(context, branchKey); in getAutoInstance()