Skip to content

Commit d2a867a

Browse files
committed
minor changes
1 parent d4a4c3a commit d2a867a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ public void presentContent(ReadableMap params, Promise promise) {
325325
List<String> collectionIds = IntercomHelpers.readableArrayToStringList(params.getArray("ids"));
326326
content = new IntercomContent.HelpCenterCollections(collectionIds);
327327
break;
328+
case "CONVERSATION":
329+
content = new IntercomContent.Conversation(params.getString("id"));
330+
break;
328331
}
329332
if (content != null) {
330333
Intercom.client().presentContent(content);

0 commit comments

Comments
 (0)