public interface QBPrivateChatManagerListener
| Modifier and Type | Method and Description |
|---|---|
void |
chatCreated(QBPrivateChat chat,
boolean createdLocally)
Method fired when a new local object of chat is created.
|
void chatCreated(QBPrivateChat chat, boolean createdLocally)
chat - The chat that was created.createdLocally - true if the chat was created by the local user and false if it wasn't.