Searched refs:sendRNEvent (Results 1 – 1 of 1) sorted by relevance
340 mBranchModule.sendRNEvent(eventName, convertJsonToMap(initSessionResult)); in listenForInitSessionEventsToReactNative()364 mBranchModule.sendRNEvent(RN_INIT_SESSION_START_EVENT, payload); in listenForInitSessionEventsToReactNative()1072 public void sendRNEvent(String eventName, @Nullable WritableMap params) { in sendRNEvent() method in RNBranchModule