Home
last modified time | relevance | path

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

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m699 #pragma mark getCreditHistory
701 getCreditHistory:(RCTPromiseResolveBlock)resolve category
709 reject(@"RNBranch::Error::getCreditHistory", error.localizedDescription, error);
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java987 public void getCreditHistory(Promise promise) in getCreditHistory() method in RNBranchModule
989 Branch.getInstance().getCreditHistory(new CreditHistoryListener(promise)); in getCreditHistory()
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js888 getCreditHistory: { type: 'function', functionType: 'promise' }, property