|
Twitch SDK (Internal)
|
#include <chatlistener.h>
Public Member Functions | |
| virtual void | ChatThreadRealtimeMessageReceived (UserId userId, const std::string &threadId, const WhisperMessage &messageList)=0 |
| virtual void | ChatThreadParticipantsUpdated (UserId userId, const std::string &threadId, const std::vector< ChatUserInfo > &participants)=0 |
| virtual void | ChatThreadUnreadMessageWindowChanged (UserId userId, const std::string &threadId, MessageId lastMessageId, MessageId lastReadMessageId)=0 |
| virtual void | ChatThreadMutedStatusChanged (UserId userId, const std::string &threadId, bool muted)=0 |
| virtual void | ChatThreadRemoved (UserId userId, const std::string &threadId)=0 |
| virtual void | ChatThreadGlobalUnreadCountsChanged (UserId userId, const UnreadThreadCounts &counts)=0 |
Listener interface for callbacks from the conversation system.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.13