chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger

Home Page:https://chatsdk.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact book integration bug

DaracBack opened this issue · comments

  1. Is the bug present in the demo Chat SDK project? Yes

  2. What modifications have you made to the Chat SDK? None

  3. Android Version: all

  4. Steps taken to reproduce the problem: Try invite someone via Contact book.

  5. Expected result: invite peope and share app via SMS or similar services.

  6. Actual result: Opening SMS aplication for invite but typing box is empty.

  7. Comments:

You can set the subject and body like this:

ContactBookModule.builder().contactBook("Email Subject", "Email body", "SMS body").build()