|
Twitch SDK (Internal)
|
#include <ichatchannelpropertylistener.h>
Public Member Functions | |
| virtual void | RitualsEnabled (bool ritualsEnabled)=0 |
| virtual void | HostTargetChanged (const HostTargetChange &hostTargetChange)=0 |
Listener interface for unsolicited events for chat channel property updates.
|
pure virtual |
Called when the host target changes on the channel.
| [in] | hostTargetChange | Information about the host target change. |
Implemented in ttv::chat::ChatChannelPropertyListenerProxy, and ttv::binding::java::JavaIChatChannelPropertyListenerProxy.
|
pure virtual |
Called when rituals is enabled or disabled on a channel by the owner.
| [in] | ritualsEnabled | Whether or not rituals is enabled. |
Implemented in ttv::chat::ChatChannelPropertyListenerProxy, and ttv::binding::java::JavaIChatChannelPropertyListenerProxy.
1.8.13