|
Twitch SDK (Internal)
|
#include <ichatchannelpropertylistener.h>
Public Types | |
| using | RitualsEnabledCallback = std::function< void(bool ritualsEnabled)> |
| using | HostTargetChangedCallback = std::function< void(const HostTargetChange &hostTargetChange)> |
Public Member Functions | |
| virtual void | RitualsEnabled (bool ritualsEnabled) override |
| virtual void | HostTargetChanged (const HostTargetChange &hostTargetChange) override |
Public Attributes | |
| RitualsEnabledCallback | ritualsEnabledCallback |
| HostTargetChangedCallback | hostTargetChanged |
| using ttv::chat::ChatChannelPropertyListenerProxy::HostTargetChangedCallback = std::function<void(const HostTargetChange& hostTargetChange)> |
| using ttv::chat::ChatChannelPropertyListenerProxy::RitualsEnabledCallback = std::function<void(bool ritualsEnabled)> |
|
inlineoverridevirtual |
Called when the host target changes on the channel.
| [in] | hostTargetChange | Information about the host target change. |
Implements ttv::chat::IChatChannelPropertyListener.
|
inlineoverridevirtual |
Called when rituals is enabled or disabled on a channel by the owner.
| [in] | ritualsEnabled | Whether or not rituals is enabled. |
Implements ttv::chat::IChatChannelPropertyListener.
| HostTargetChangedCallback ttv::chat::ChatChannelPropertyListenerProxy::hostTargetChanged |
| RitualsEnabledCallback ttv::chat::ChatChannelPropertyListenerProxy::ritualsEnabledCallback |
1.8.13