public interface ChatServiceListener
ChatService
providing detection for new chat conversations.Modifier and Type | Method and Description |
---|---|
void |
onNewChat(Chat chat)
New chat session detected from service
|
void |
onRemovedChat(Chat chat)
Remove chat session detected from service
|