Methods |
createConversation(StringeeConversationOption options, List<User> participants) → result
Create a new StringeeConversation.
|
getConversationById(String convId) → result
Get the StringeeConversation by conversation id.
|
getConversationByUserId(String userId) → result
Get the StringeeConversation by user id.
|
getLocalConversations() → result
Get list of StringeeConversation in local database.
|
getLastConversation(int count) → result
Get lastest list of StringeeConversation.
|
getConversationsBefore(int count, int datetime) → result
Get list of StringeeConversation which have updated time smaller than datetime.
|
getConversationsAfter(int count, int datetime) → result
Get list of StringeeConversation which have updated time greater than datetime.
|
clearDb() → result
Clear local database.
|
getTotalUnread() → result
Get count of unread StringeeConversation.
|
getChatProfile(String key) → result
Get chat profile.
|
getLiveChatToken(String key, String name, String email) → result
Get live chat token for connecting to Stringee.
|
updateUserInfo(String name, String email, String avatar) → result
Update user info.
|
createLiveChatConversation(String queueId) → result
Create a new live chat Conversation.
|
createLiveChatTicket(String key, String name, String email, String description) → result
Create a live chat ticket.
|
destroy() → void
Close event stream.
|