Twitch SDK (Internal)
Public Member Functions | List of all members
ttv::chat::IChatChannelPropertyListener Class Referenceabstract

#include <ichatchannelpropertylistener.h>

Inheritance diagram for ttv::chat::IChatChannelPropertyListener:
ttv::binding::java::NativeListenerProxy< IChatChannelPropertyListener > ttv::chat::ChatChannelPropertyListenerProxy ttv::binding::java::JavaIChatChannelPropertyListenerProxy

Public Member Functions

virtual void RitualsEnabled (bool ritualsEnabled)=0
 
virtual void HostTargetChanged (const HostTargetChange &hostTargetChange)=0
 

Detailed Description

Listener interface for unsolicited events for chat channel property updates.

Member Function Documentation

◆ HostTargetChanged()

virtual void ttv::chat::IChatChannelPropertyListener::HostTargetChanged ( const HostTargetChange hostTargetChange)
pure virtual

Called when the host target changes on the channel.

Parameters
[in]hostTargetChangeInformation about the host target change.

Implemented in ttv::chat::ChatChannelPropertyListenerProxy, and ttv::binding::java::JavaIChatChannelPropertyListenerProxy.

◆ RitualsEnabled()

virtual void ttv::chat::IChatChannelPropertyListener::RitualsEnabled ( bool  ritualsEnabled)
pure virtual

Called when rituals is enabled or disabled on a channel by the owner.

Parameters
[in]ritualsEnabledWhether or not rituals is enabled.

Implemented in ttv::chat::ChatChannelPropertyListenerProxy, and ttv::binding::java::JavaIChatChannelPropertyListenerProxy.


The documentation for this class was generated from the following file: