Home
last modified time | relevance | path

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

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java71 private static final String STANDARD_EVENT_ACHIEVE_LEVEL = "STANDARD_EVENT_ACHIEVE_LEVEL"; field in RNBranchModule
321 constants.put(STANDARD_EVENT_ACHIEVE_LEVEL, BRANCH_STANDARD_EVENT.ACHIEVE_LEVEL.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m129 @"STANDARD_EVENT_ACHIEVE_LEVEL": BranchStandardEventAchieveLevel,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js910 STANDARD_EVENT_ACHIEVE_LEVEL: { type: 'string' }, property