|
Twitch SDK (Internal)
|
#include <chatlistener.h>
Public Member Functions | |
| virtual void | ChatUserEmoticonSetsChanged (UserId userId, const std::vector< EmoticonSet > &emoticonSets)=0 |
| virtual void | ModuleStateChanged (IModule *source, IModule::State state, TTV_ErrorCode ec)=0 |
Listener interface for callbacks from ChatAPI.
|
pure virtual |
Implemented in ttv::binding::java::JavaChatAPIListenerProxy.
|
pure virtualinherited |
Called when the internal state of the module changes. This usually happens because of calls to IModule::Initialize() and IModule::Shutdown().
Implemented in ttv::binding::java::NativeModuleListener< IChatAPIListener >, ttv::binding::java::NativeModuleListener< ISocialAPIListener >, ttv::binding::java::NativeModuleListener< IBroadcastAPIListener >, and ttv::binding::java::NativeModuleListener< ICoreAPIListener >.
1.8.13