#include <java_chatchannellistenerproxy.h>
|
| | JavaChatChannelListenerProxy () |
| |
| void | SetChatApi (std::shared_ptr< ChatAPI > api) |
| |
| void | SetChannelDisconnectedFunc (ChannelDisconnectedFunc func) |
| |
| virtual void | ChatChannelStateChanged (UserId userId, ChannelId channelId, ChatChannelState state, TTV_ErrorCode ec) override |
| |
| virtual void | ChatChannelInfoChanged (UserId userId, ChannelId channelId, const ChatChannelInfo &channelInfo) override |
| |
| virtual void | ChatChannelRestrictionsChanged (UserId userId, ChannelId channelId, const ChatChannelRestrictions &restrictions) override |
| |
| virtual void | ChatChannelLocalUserChanged (UserId userId, ChannelId channelId, const ChatUserInfo &userInfo) override |
| |
| virtual void | ChatChannelMessagesReceived (UserId userId, ChannelId channelId, const std::vector< LiveChatMessage > &messageList) override |
| |
| virtual void | ChatChannelSubscriptionNoticeReceived (UserId userId, ChannelId channelId, const SubscriptionNotice ¬ice) override |
| |
| virtual void | ChatChannelFirstTimeChatterNoticeReceived (UserId userId, ChannelId channelId, const FirstTimeChatterNotice ¬ice) override |
| |
| virtual void | ChatChannelRaidNoticeReceived (UserId userId, ChannelId channelId, const RaidNotice ¬ice) override |
| |
| virtual void | ChatChannelUnraidNoticeReceived (UserId userId, ChannelId channelId, const UnraidNotice ¬ice) override |
| |
| virtual void | ChatChannelMessagesCleared (UserId userId, ChannelId channelId) override |
| |
| virtual void | ChatChannelUserMessagesCleared (UserId userId, ChannelId channelId, UserId clearUserId) override |
| |
| virtual void | ChatChannelHostTargetChanged (UserId userId, ChannelId channelId, const std::string &targetChannel, uint32_t numViewers) override |
| |
| virtual void | ChatChannelNoticeReceived (UserId userId, ChannelId channelId, const std::string &id, const std::map< std::string, std::string > ¶ms) override |
| |
| void | SetListener (jobject jListener) |
| |
| jobject | GetListener () const |
| |
◆ ChannelDisconnectedFunc
◆ JavaChatChannelListenerProxy()
| ttv::binding::java::JavaChatChannelListenerProxy::JavaChatChannelListenerProxy |
( |
| ) |
|
◆ ChatChannelFirstTimeChatterNoticeReceived()
◆ ChatChannelHostTargetChanged()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelHostTargetChanged |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::string & |
targetChannel, |
|
|
uint32_t |
numViewers |
|
) |
| |
|
overridevirtual |
◆ ChatChannelInfoChanged()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelInfoChanged |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const ChatChannelInfo & |
channelInfo |
|
) |
| |
|
overridevirtual |
◆ ChatChannelLocalUserChanged()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelLocalUserChanged |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const ChatUserInfo & |
userInfo |
|
) |
| |
|
overridevirtual |
◆ ChatChannelMessagesCleared()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelMessagesCleared |
( |
UserId |
userId, |
|
|
ChannelId |
channelId |
|
) |
| |
|
overridevirtual |
◆ ChatChannelMessagesReceived()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelMessagesReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::vector< LiveChatMessage > & |
messageList |
|
) |
| |
|
overridevirtual |
◆ ChatChannelNoticeReceived()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const std::string & |
id, |
|
|
const std::map< std::string, std::string > & |
params |
|
) |
| |
|
overridevirtual |
◆ ChatChannelRaidNoticeReceived()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelRaidNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const RaidNotice & |
notice |
|
) |
| |
|
overridevirtual |
◆ ChatChannelRestrictionsChanged()
◆ ChatChannelStateChanged()
◆ ChatChannelSubscriptionNoticeReceived()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelSubscriptionNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const SubscriptionNotice & |
notice |
|
) |
| |
|
overridevirtual |
◆ ChatChannelUnraidNoticeReceived()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelUnraidNoticeReceived |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
const UnraidNotice & |
notice |
|
) |
| |
|
overridevirtual |
◆ ChatChannelUserMessagesCleared()
| virtual void ttv::binding::java::JavaChatChannelListenerProxy::ChatChannelUserMessagesCleared |
( |
UserId |
userId, |
|
|
ChannelId |
channelId, |
|
|
UserId |
clearUserId |
|
) |
| |
|
overridevirtual |
◆ GetListener()
◆ SetChannelDisconnectedFunc()
◆ SetChatApi()
| void ttv::binding::java::JavaChatChannelListenerProxy::SetChatApi |
( |
std::shared_ptr< ChatAPI > |
api | ) |
|
|
inline |
◆ SetListener()
◆ mChannelDisconnectedCallback
◆ mChatApi
| std::weak_ptr<ChatAPI> ttv::binding::java::JavaChatChannelListenerProxy::mChatApi |
|
private |
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: