Home
last modified time | relevance | path

Searched refs:STANDARD_EVENT_PURCHASE (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java58 private static final String STANDARD_EVENT_PURCHASE = "STANDARD_EVENT_PURCHASE"; field in RNBranchModule
304 constants.put(STANDARD_EVENT_PURCHASE, BRANCH_STANDARD_EVENT.PURCHASE.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m114 @"STANDARD_EVENT_PURCHASE": BranchStandardEventPurchase,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js920 STANDARD_EVENT_PURCHASE: { type: 'string' }, property