#include <java_ichatroomnotificationslistener_proxy.h>
◆ JavaIChatRoomNotificationsListenerProxy()
| ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::JavaIChatRoomNotificationsListenerProxy |
( |
| ) |
|
◆ GetListener()
◆ RoomMentionReceived()
| virtual void ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::RoomMentionReceived |
( |
UserId |
userId, |
|
|
RoomMentionInfo && |
mentionInfo |
|
) |
| |
|
overridevirtual |
Called when the user is mentioned in a chat room.
- Parameters
-
| [in] | userId | The id of the user who is being mentioned. |
| [in] | mentionInfo | Information about the mention message. |
Implements ttv::chat::IChatRoomNotificationsListener.
◆ RoomViewUpdated()
| virtual void ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::RoomViewUpdated |
( |
UserId |
userId, |
|
|
ChannelId |
roomOwnerId, |
|
|
const std::string & |
roomId, |
|
|
ChatRoomView && |
roomViewInfo |
|
) |
| |
|
overridevirtual |
Called when the user's view of the chat room is changed.
- Parameters
-
| [in] | userId | The id of the user whose room view has been updated. |
| [in] | roomOwnerId | The id of the channel that owns the room. |
| [in] | roomId | The id of the room that has an updated view. |
| [in] | roomViewInfo | The new view information for the user and room. |
Implements ttv::chat::IChatRoomNotificationsListener.
◆ SetListener()
◆ UserBanned()
| virtual void ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::UserBanned |
( |
UserId |
userId, |
|
|
ChannelId |
channelId |
|
) |
| |
|
overridevirtual |
Called when the user is banned from a channel.
- Parameters
-
| [in] | userId | The id of the user that was banned. |
| [in] | channelId | The channel that the user was banned from. |
Implements ttv::chat::IChatRoomNotificationsListener.
◆ UserTimedOut()
| virtual void ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::UserTimedOut |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
Timestamp |
expiresAt |
|
) |
| |
|
overridevirtual |
Called when the user is timed out from a channel.
- Parameters
-
| [in] | userId | The id of the user that was timed out. |
| [in] | channelId | The channel that the user was timed out of. |
| [in] | expiresAt | The timestamp when the timeout is over. |
Implements ttv::chat::IChatRoomNotificationsListener.
◆ UserUnbanned()
| virtual void ttv::binding::java::JavaIChatRoomNotificationsListenerProxy::UserUnbanned |
( |
UserId |
userId, |
|
|
ChannelId |
channelId |
|
) |
| |
|
overridevirtual |
Called when the user is unbanned from a channel.
- Parameters
-
| [in] | userId | The id of the user that was unbanned |
| [in] | channelId | The channel that the user was unbanned from. |
Implements ttv::chat::IChatRoomNotificationsListener.
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: