|
Twitch SDK (Internal)
|
#include <corelistener.h>
Public Member Functions | |
| virtual void | CoreUserLoginComplete (const std::string &oauthToken, UserId userId, TTV_ErrorCode ec)=0 |
| virtual void | CoreUserLogoutComplete (UserId userId, TTV_ErrorCode ec)=0 |
| virtual void | CoreUserAuthenticationIssue (UserId userId, const std::string &oauthToken, TTV_ErrorCode ec)=0 |
| virtual void | CorePubSubStateChanged (UserId userId, PubSubState state, TTV_ErrorCode ec)=0 |
| virtual void | ModuleStateChanged (IModule *source, IModule::State state, TTV_ErrorCode ec)=0 |
|
pure virtual |
Implemented in ttv::binding::java::JavaCoreAPIListenerProxy.
|
pure virtual |
Returns the result of the channel info fetch.
Implemented in ttv::binding::java::JavaCoreAPIListenerProxy.
|
pure virtual |
Called when a user login operation has finished.
Implemented in ttv::binding::java::JavaCoreAPIListenerProxy.
|
pure virtual |
Called when a user logout operation has finished.
Implemented in ttv::binding::java::JavaCoreAPIListenerProxy.
|
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