|
Twitch SDK (Internal)
|
#include <coreapi.h>
Public Member Functions | |
| ICoreApiClient () | |
| virtual std::string | GetClientName ()=0 |
| virtual void | GetRequiredOAuthScopes (std::vector< std::string > &scopes) |
| virtual void | CoreUserLoggedIn (std::shared_ptr< User > user) |
| virtual void | CoreUserLoggedOut (std::shared_ptr< User > user) |
| virtual void | CoreLocalLanguageChanged (const std::string &language) |
An event interface for modules that are dependent on CoreAPI.
| ttv::ICoreApiClient::ICoreApiClient | ( | ) |
|
virtual |
Reimplemented in ttv::chat::ChatAPI::CoreApiClient.
|
virtual |
|
virtual |
|
pure virtual |
|
virtual |
1.8.13