Home
last modified time | relevance | path

Searched refs:branchModule (Results 1 – 11 of 11) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/branch/
H A DBranchManager.kt46 val branchModule = Class.forName("io.branch.rnbranch.RNBranchModule") in handleLink() constant
47 val m = branchModule.getMethod("initSession", Uri::class.java, Activity::class.java) in handleLink()
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedBranch.h12 - (void)branchModuleDidInit:(id _Nonnull)branchModule;
H A DABI49_0_0EXScopedModuleRegistryAdapter.m120 …ABI49_0_0EXScopedBranch *branchModule = [[ABI49_0_0EXScopedBranch alloc] initWithScopeKey:scopeKey…
121 [moduleRegistry registerInternalModule:branchModule];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedBranch.h12 - (void)branchModuleDidInit:(id _Nonnull)branchModule;
H A DABI48_0_0EXScopedModuleRegistryAdapter.m120 …ABI48_0_0EXScopedBranch *branchModule = [[ABI48_0_0EXScopedBranch alloc] initWithScopeKey:scopeKey…
121 [moduleRegistry registerInternalModule:branchModule];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedBranch.h12 - (void)branchModuleDidInit:(id _Nonnull)branchModule;
H A DABI47_0_0EXScopedModuleRegistryAdapter.m120 …ABI47_0_0EXScopedBranch *branchModule = [[ABI47_0_0EXScopedBranch alloc] initWithScopeKey:scopeKey…
121 [moduleRegistry registerInternalModule:branchModule];
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedBranch.h12 - (void)branchModuleDidInit:(id _Nonnull)branchModule;
H A DEXScopedModuleRegistryAdapter.m120 EXScopedBranch *branchModule = [[EXScopedBranch alloc] initWithScopeKey:scopeKey];
121 [moduleRegistry registerInternalModule:branchModule];
/expo/ios/Exponent/Kernel/Services/
H A DEXScopedBranchManager.m57 EXScopedBranch *branchModule = (EXScopedBranch *)versionedBranchModule;
58 …ForModule = [[EXKernel sharedInstance].appRegistry newestRecordWithScopeKey:branchModule.scopeKey];
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java343 private BroadcastReceiver init(RNBranchModule branchModule) { in listenForInitSessionEventsToReactNative()
344 mBranchModule = branchModule; in listenForInitSessionEventsToReactNative()
367 private BroadcastReceiver init(RNBranchModule branchModule) { in listenForInitSessionEventsToReactNative()
368 mBranchModule = branchModule; in listenForInitSessionEventsToReactNative()