#include <ichannelchatroommanagerlistener.h>
Listener interface for unsolicited events from IChannelChatRoomManager.
◆ PurgeMessages()
| virtual void ttv::chat::IChannelChatRoomManagerListener::PurgeMessages |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
Timestamp |
purgeAfter |
|
) |
| |
|
pure virtual |
Called when a user's messages need to be purged from chat rooms after a ban/timeout.
- Parameters
-
| [in] | userId | The id of the user whose messages need to be purged. |
| [in] | channelId | The channel that needs to be purged of the messages. |
| [in] | purgeAfter | The timestamp to start purging messages from that user. |
Implemented in ttv::binding::java::JavaIChannelChatRoomManagerListenerProxy.
◆ RoomCreated()
| virtual void ttv::chat::IChannelChatRoomManagerListener::RoomCreated |
( |
ChannelId |
ownerId, |
|
|
ChatRoomInfo && |
roomInfo |
|
) |
| |
|
pure virtual |
◆ RoomDeleted()
| virtual void ttv::chat::IChannelChatRoomManagerListener::RoomDeleted |
( |
ChannelId |
ownerId, |
|
|
ChatRoomInfo && |
roomInfo |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: