Twitch SDK (Internal)
ttv::PubSubClientConnection::IListener Member List

This is the complete list of members for ttv::PubSubClientConnection::IListener, including all inherited members.

OnAuthenticationError(PubSubClientConnection *connection, TTV_ErrorCode ec, const std::shared_ptr< const OAuthToken > &oauthToken)=0ttv::PubSubClientConnection::IListenerpure virtual
OnConnectionStateChanged(PubSubClientConnection *connection, PubSubState state, TTV_ErrorCode ec)=0ttv::PubSubClientConnection::IListenerpure virtual
OnPongTimeout(PubSubClientConnection *connection)=0ttv::PubSubClientConnection::IListenerpure virtual
OnReconnectReceived(PubSubClientConnection *connection)=0ttv::PubSubClientConnection::IListenerpure virtual
OnTopicMessageReceived(PubSubClientConnection *connection, const std::string &topic, const json::Value &message)=0ttv::PubSubClientConnection::IListenerpure virtual
OnTopicSubscriptionChanged(PubSubClientConnection *connection, const std::string &topic, TopicSubscriptionState::Enum state, TTV_ErrorCode ec)=0ttv::PubSubClientConnection::IListenerpure virtual