Skip to content

Commit be236ba

Browse files
committed
Add manual sdk init option
1 parent 1053bfa commit be236ba

File tree

6 files changed

+522
-469
lines changed

6 files changed

+522
-469
lines changed

android/src/main/java/com/intercom/reactnative/IntercomErrorCodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class IntercomErrorCodes {
1010
public static final String SET_LOG_LEVEL = "107";
1111
public static final String GET_UNREAD_CONVERSATION = "108";
1212
public static final String SET_USER_JWT = "109";
13+
public static final String INITIALIZE_ERROR = "110";
1314
public static final String DISPLAY_MESSENGER = "201";
1415
public static final String DISPLAY_MESSENGER_COMPOSER = "202";
1516
public static final String DISPLAY_CONTENT = "203";

0 commit comments

Comments
 (0)