#include <chatlistener.h>
|
| using | ChatChannelStateChangedCallback = std::function< void(UserId userId, ChannelId channelId, ChatChannelState state, TTV_ErrorCode ec)> |
| |
| using | ChatChannelInfoChangedCallback = std::function< void(UserId userId, ChannelId channelId, const ChatChannelInfo &channelInfo)> |
| |
| using | ChatChannelRestrictionsChangedCallback = std::function< void(UserId userId, ChannelId channelId, const ChatChannelRestrictions &restrictions)> |
| |
| using | ChatChannelLocalUserChangedCallback = std::function< void(UserId userId, ChannelId channelId, const ChatUserInfo &userInfo)> |
| |
| using | ChatChannelSubscriptionNoticeReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const SubscriptionNotice ¬ice)> |
| |
| using | ChatChannelFirstTimeChatterNoticeReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const FirstTimeChatterNotice ¬ice)> |
| |
| using | ChatChannelRaidNoticeReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const RaidNotice ¬ice)> |
| |
| using | ChatChannelUnraidNoticeReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const UnraidNotice ¬ice)> |
| |
| using | ChatChannelMessagesReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const std::vector< LiveChatMessage > &messageList)> |
| |
| using | ChatChannelMessagesClearedCallback = std::function< void(UserId userId, ChannelId channelId)> |
| |
| using | ChatChannelUserMessagesClearedCallback = std::function< void(UserId userId, ChannelId channelId, UserId clearUserId)> |
| |
| using | ChatChannelHostTargetChangedCallback = std::function< void(UserId userId, ChannelId channelId, const std::string &targetChannel, uint32_t numViewers)> |
| |
| using | ChatChannelNoticeReceivedCallback = std::function< void(UserId userId, ChannelId channelId, const std::string ¬iceId, const std::map< std::string, std::string > ¶ms)> |
| |
| using | ChatChannelSetBroadcasterLanguageChatEnabledCompleteCallback = std::function< void(UserId userId, ChannelId channelId, TTV_ErrorCode ec)> |
| |
|
| virtual void | ChatChannelStateChanged (UserId userId, ChannelId channelId, ChatChannelState state, TTV_ErrorCode ec) override |
| |
| virtual void | ChatChannelInfoChanged (UserId userId, ChannelId channelId, const ChatChannelInfo &channelInfo) override |
| |
| virtual void | ChatChannelRestrictionsChanged (UserId userId, ChannelId channelId, const ChatChannelRestrictions &restrictions) override |
| |
| virtual void | ChatChannelLocalUserChanged (UserId userId, ChannelId channelId, const ChatUserInfo &userInfo) override |
| |
| virtual void | ChatChannelSubscriptionNoticeReceived (UserId userId, ChannelId channelId, const SubscriptionNotice ¬ice) override |
| |
| virtual void | ChatChannelFirstTimeChatterNoticeReceived (UserId userId, ChannelId channelId, const FirstTimeChatterNotice ¬ice) override |
| |
| virtual void | ChatChannelRaidNoticeReceived (UserId userId, ChannelId channelId, const RaidNotice ¬ice) override |
| |
| virtual void | ChatChannelUnraidNoticeReceived (UserId userId, ChannelId channelId, const UnraidNotice ¬ice) override |
| |
| virtual void | ChatChannelMessagesReceived (UserId userId, ChannelId channelId, const std::vector< LiveChatMessage > &messageList) override |
| |
| virtual void | ChatChannelMessagesCleared (UserId userId, ChannelId channelId) override |
| |
| virtual void | ChatChannelUserMessagesCleared (UserId userId, ChannelId channelId, UserId clearUserId) override |
| |
| virtual void | ChatChannelHostTargetChanged (UserId userId, ChannelId channelId, const std::string &targetChannel, uint32_t numViewers) override |
| |
| virtual void | ChatChannelNoticeReceived (UserId userId, ChannelId channelId, const std::string ¬iceId, const std::map< std::string, std::string > ¶ms) override |
| |
◆ ChatChannelFirstTimeChatterNoticeReceivedCallback
◆ ChatChannelHostTargetChangedCallback
◆ ChatChannelInfoChangedCallback
◆ ChatChannelLocalUserChangedCallback
◆ ChatChannelMessagesClearedCallback
◆ ChatChannelMessagesReceivedCallback
◆ ChatChannelNoticeReceivedCallback
◆ ChatChannelRaidNoticeReceivedCallback
◆ ChatChannelRestrictionsChangedCallback
◆ ChatChannelSetBroadcasterLanguageChatEnabledCompleteCallback
◆ ChatChannelStateChangedCallback
◆ ChatChannelSubscriptionNoticeReceivedCallback
◆ ChatChannelUnraidNoticeReceivedCallback
◆ ChatChannelUserMessagesClearedCallback
◆ ChatChannelFirstTimeChatterNoticeReceived()
◆ ChatChannelHostTargetChanged()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelHostTargetChanged |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::string & |
targetChannel, |
|
|
uint32_t |
numViewers |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelInfoChanged()
◆ ChatChannelLocalUserChanged()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelLocalUserChanged |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const ChatUserInfo & |
userInfo |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelMessagesCleared()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelMessagesCleared |
( |
UserId |
userId, |
|
|
ChannelId |
channelId |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelMessagesReceived()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelMessagesReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::vector< LiveChatMessage > & |
messageList |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelNoticeReceived()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::string & |
noticeId, |
|
|
const std::map< std::string, std::string > & |
params |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelRaidNoticeReceived()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelRaidNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const RaidNotice & |
notice |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelRestrictionsChanged()
◆ ChatChannelStateChanged()
◆ ChatChannelSubscriptionNoticeReceived()
◆ ChatChannelUnraidNoticeReceived()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelUnraidNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const UnraidNotice & |
notice |
|
) |
| |
|
inlineoverridevirtual |
◆ ChatChannelUserMessagesCleared()
| virtual void ttv::chat::ChatChannelListenerProxy::ChatChannelUserMessagesCleared |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
UserId |
clearUserId |
|
) |
| |
|
inlineoverridevirtual |
◆ chatChannelFirstTimeChatterNoticeReceivedCallback
◆ chatChannelHostTargetChangedCallback
◆ chatChannelInfoChangedCallback
◆ chatChannelLocalUserChangedCallback
◆ chatChannelMessagesClearedCallback
◆ chatChannelMessagesReceivedCallback
◆ chatChannelNoticeReceivedCallback
◆ chatChannelRaidNoticeReceivedCallback
◆ chatChannelRestrictionsChangedCallback
◆ chatChannelSetBroadcasterLanguageChatEnabledCompleteCallback
◆ chatChannelStateChangedCallback
◆ chatChannelSubscriptionNoticeReceivedCallback
◆ chatChannelUnraidNoticeReceivedCallback
◆ chatChannelUserMessagesClearedCallback
The documentation for this struct was generated from the following file: