|
| virtual void | ChatChannelStateChanged (UserId userId, ChannelId channelId, ChatChannelState state, TTV_ErrorCode ec)=0 |
| |
| virtual void | ChatChannelInfoChanged (UserId userId, ChannelId channelId, const ChatChannelInfo &channelInfo)=0 |
| |
| virtual void | ChatChannelRestrictionsChanged (UserId userId, ChannelId channelId, const ChatChannelRestrictions &restrictions)=0 |
| |
| virtual void | ChatChannelLocalUserChanged (UserId userId, ChannelId channelId, const ChatUserInfo &userInfo)=0 |
| |
| virtual void | ChatChannelMessagesReceived (UserId userId, ChannelId channelId, const std::vector< LiveChatMessage > &messageList)=0 |
| |
| virtual void | ChatChannelSubscriptionNoticeReceived (UserId userId, ChannelId channelId, const SubscriptionNotice ¬ice)=0 |
| |
| virtual void | ChatChannelFirstTimeChatterNoticeReceived (UserId userId, ChannelId channelId, const FirstTimeChatterNotice ¬ice)=0 |
| |
| virtual void | ChatChannelRaidNoticeReceived (UserId userId, ChannelId channelId, const RaidNotice ¬ice)=0 |
| |
| virtual void | ChatChannelUnraidNoticeReceived (UserId userId, ChannelId channelId, const UnraidNotice ¬ice)=0 |
| |
| virtual void | ChatChannelMessagesCleared (UserId userId, ChannelId channelId)=0 |
| |
| virtual void | ChatChannelUserMessagesCleared (UserId userId, ChannelId channelId, UserId clearUserId)=0 |
| |
| virtual void | ChatChannelHostTargetChanged (UserId userId, ChannelId channelId, const std::string &targetChannelName, uint32_t numViewers)=0 |
| |
| virtual void | ChatChannelNoticeReceived (UserId userId, ChannelId channelId, const std::string ¬iceId, const std::map< std::string, std::string > ¶ms)=0 |
| |
Listener interface for callbacks from ChatChannel.