#include <ichatroomlistener.h>
Listener interface for unsolicited events from IChatRoom.
◆ MessageDeleted()
| virtual void ttv::chat::IChatRoomListener::MessageDeleted |
( |
const std::string & |
roomId, |
|
|
ChatRoomMessage && |
message |
|
) |
| |
|
pure virtual |
◆ MessageEdited()
| virtual void ttv::chat::IChatRoomListener::MessageEdited |
( |
const std::string & |
roomId, |
|
|
ChatRoomMessage && |
message |
|
) |
| |
|
pure virtual |
◆ MessageReceived()
| virtual void ttv::chat::IChatRoomListener::MessageReceived |
( |
const std::string & |
roomId, |
|
|
ChatRoomMessage && |
message |
|
) |
| |
|
pure virtual |
◆ RoomUpdated()
| virtual void ttv::chat::IChatRoomListener::RoomUpdated |
( |
ChatRoomInfo && |
roomInfo | ) |
|
|
pure virtual |
Called the chat room's information is changed. Returned object fields "view" and "owner" are invalid data.
- Parameters
-
| [in] | roomInfo | The newly updated information of the room. |
Implemented in ttv::binding::java::JavaIChatRoomListenerProxy.
The documentation for this class was generated from the following file: