Home
last modified time | relevance | path

Searched refs:liveKey (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranchConfig.h29 @property (nonatomic, readonly, nullable) NSString *liveKey;
H A DRNBranchConfig.m15 NSString * _Nonnull const RNBranchConfigLiveKeyOption = @"liveKey";
159 - (NSString *)liveKey
H A DRNBranch.m58 …String *key = branchKey ?: config.branchKey ?: usingTestInstance ? config.testKey : config.liveKey;
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java103 String liveKey = config.getLiveKey(); in getAutoInstance() local
115 else if (!useTest && liveKey != null) { in getAutoInstance()
116 Branch.getAutoInstance(context, liveKey); in getAutoInstance()