#include <java_ichannelchatroommanagerlistener_proxy.h>
◆ JavaIChannelChatRoomManagerListenerProxy()
| ttv::binding::java::JavaIChannelChatRoomManagerListenerProxy::JavaIChannelChatRoomManagerListenerProxy |
( |
| ) |
|
◆ GetListener()
◆ PurgeMessages()
| virtual void ttv::binding::java::JavaIChannelChatRoomManagerListenerProxy::PurgeMessages |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
Timestamp |
purgeAfter |
|
) |
| |
|
overridevirtual |
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. |
Implements ttv::chat::IChannelChatRoomManagerListener.
◆ RoomCreated()
| virtual void ttv::binding::java::JavaIChannelChatRoomManagerListenerProxy::RoomCreated |
( |
ChannelId |
ownerId, |
|
|
ChatRoomInfo && |
roomInfo |
|
) |
| |
|
overridevirtual |
Called when a new room is created in the channel.
- Parameters
-
| [in] | ownerId | The id of the channel that owns the room. |
| [in] | roomInfo | The information of the newly created room. The view and owner fields are invalid. |
Implements ttv::chat::IChannelChatRoomManagerListener.
◆ RoomDeleted()
| virtual void ttv::binding::java::JavaIChannelChatRoomManagerListenerProxy::RoomDeleted |
( |
ChannelId |
ownerId, |
|
|
ChatRoomInfo && |
roomInfo |
|
) |
| |
|
overridevirtual |
Called when a new room is deleted in the channel.
- Parameters
-
| [in] | ownerId | The id of the channel that owns the room. |
| [in] | roomInfo | The information of the deleted room. The view and owner fields are invalid. |
Implements ttv::chat::IChannelChatRoomManagerListener.
◆ SetListener()
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: