public class ChatConfig
extends <any>
| Constructor and Description |
|---|
ChatConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected ChatConfig |
getThis() |
ChatConfig |
participantsListener(ParticipantsListener participantsListener)
Sets conversation participants changes listener.
|
ChatConfig |
profileListener(ProfileListener profileListener)
Sets profile changes listener.
|
ChatConfig |
store(StoreFactory<ChatStore> builder)
Sets builder for
ChatStore db interface that can handle single db transactions. |
ChatConfig |
typingListener(TypingListener typingListener)
Sets participant is typing in a conversation listener.
|
public ChatConfig store(StoreFactory<ChatStore> builder)
ChatStore db interface that can handle single db transactions.builder - Factory class to create ChatStore.public ChatConfig typingListener(TypingListener typingListener)
typingListener - Participant is typing in a conversation listener.public ChatConfig participantsListener(ParticipantsListener participantsListener)
participantsListener - Conversation participants changes listener.public ChatConfig profileListener(ProfileListener profileListener)
profileListener - Profile changes listener.protected ChatConfig getThis()