Searched refs:liveKey (Results 1 – 4 of 4) sorted by relevance
29 @property (nonatomic, readonly, nullable) NSString *liveKey;
15 NSString * _Nonnull const RNBranchConfigLiveKeyOption = @"liveKey";159 - (NSString *)liveKey
58 …String *key = branchKey ?: config.branchKey ?: usingTestInstance ? config.testKey : config.liveKey;
103 String liveKey = config.getLiveKey(); in getAutoInstance() local115 else if (!useTest && liveKey != null) { in getAutoInstance()116 Branch.getAutoInstance(context, liveKey); in getAutoInstance()