|
Twitch SDK (Internal)
|
#include <ichatchannel.h>
Public Types | |
| using | SetBroadcasterLanguageChatEnabledCallback = std::function< void(TTV_ErrorCode ec)> |
Public Member Functions | |
| virtual | ~IChatChannel () |
| virtual TTV_ErrorCode | Dispose ()=0 |
| virtual TTV_ErrorCode | Connect ()=0 |
| virtual TTV_ErrorCode | Disconnect ()=0 |
| virtual TTV_ErrorCode | SendMessage (const std::string &message)=0 |
| virtual TTV_ErrorCode | SetBroadcasterLanguageChatEnabled (bool enabled, const SetBroadcasterLanguageChatEnabledCallback &callback)=0 |
| virtual TTV_ErrorCode | OptInToBroadcasterLanguageChat (const std::string &language)=0 |
The interface for connecting to a live chat channel.
| using ttv::chat::IChatChannel::SetBroadcasterLanguageChatEnabledCallback = std::function<void(TTV_ErrorCode ec)> |
|
virtual |
|
pure virtual |
Implemented in ttv::chat::ChatChannelWrapper.
|
pure virtual |
Implemented in ttv::chat::ChatChannelWrapper.
|
pure virtual |
This should be called when the application is done with the instance.
Implemented in ttv::chat::ChatChannelWrapper.
|
pure virtual |
Implemented in ttv::chat::ChatChannelWrapper.
|
pure virtual |
Implemented in ttv::chat::ChatChannelWrapper.
|
pure virtual |
Implemented in ttv::chat::ChatChannelWrapper.
1.8.13