I am creating a thread and then calling startChatActivityByID(context, thread.EntityId) to open a chat activity between two users.
When the user presses the back button it goes back to ChatSdk main activity.. I want to get back to my activity (caller of startChatActivityByID)..
I mean, I want only to use ChatActivity in my application to allow two users to chat with each other... Could you please help me with this? Thanks in advance.
I am creating a thread and then calling startChatActivityByID(context, thread.EntityId) to open a chat activity between two users.
When the user presses the back button it goes back to ChatSdk main activity.. I want to get back to my activity (caller of startChatActivityByID)..
I mean, I want only to use ChatActivity in my application to allow two users to chat with each other... Could you please help me with this? Thanks in advance.