Searched refs:testKey (Results 1 – 5 of 5) sorted by relevance
6 const testKey = 'key-test_0.0'; constant9 await SecureStore.setItemAsync(testKey, testValue, options);14 testKey,
30 @property (nonatomic, readonly, nullable) NSString *testKey;
16 NSString * _Nonnull const RNBranchConfigTestKeyOption = @"testKey";164 - (NSString *)testKey
58 …NSString *key = branchKey ?: config.branchKey ?: usingTestInstance ? config.testKey : config.liveK…
104 String testKey = config.getTestKey(); in getAutoInstance() local112 else if (useTest && testKey != null) { in getAutoInstance()113 Branch.getAutoInstance(context, testKey); in getAutoInstance()