Searched refs:userCompletedAction (Results 1 – 3 of 3) sorted by relevance
447 #pragma mark userCompletedAction449 userCompletedAction:(NSString *)event withState:(NSDictionary *)appState category451 [self.class.branch userCompletedAction:event withState:appState];464 [branchUniversalObject userCompletedAction:event];479 [branchUniversalObject userCompletedAction:event withState:state];
471 public void userCompletedAction(String event, ReadableMap appState) throws JSONException { in userCompletedAction() method in RNBranchModule473 branch.userCompletedAction(event, convertMapToJson(appState)); in userCompletedAction()481 universalObject.userCompletedAction(event, convertMapToParams(state)); in userCompletedActionOnUniversalObject()
933 userCompletedAction: { type: 'function', functionType: 'async' }, property