Home
last modified time | relevance | path

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

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java61 private static final String STANDARD_EVENT_CLICK_AD = "STANDARD_EVENT_CLICK_AD"; field in RNBranchModule
307 constants.put(STANDARD_EVENT_CLICK_AD, BRANCH_STANDARD_EVENT.CLICK_AD.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m117 @"STANDARD_EVENT_CLICK_AD": BranchStandardEventClickAd,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js914 STANDARD_EVENT_CLICK_AD: { type: 'string' }, property