#include <java_ichatreplaylistenerproxy.h>
|
| | JavaIChatReplayListenerProxy () |
| |
| virtual void | ChatReplayStateChanged (UserId userId, const std::string &vodId, ChatReplayState state, TTV_ErrorCode ec) override |
| |
| virtual void | ChatReplayCurrentTimeChanged (UserId userId, const std::string &vodId, Timestamp time) override |
| |
| virtual void | ChatReplayMessagesReceived (UserId userId, const std::string &vodId, const std::vector< ReplayMessage > &messageList) override |
| |
| virtual void | ChatReplayDeleteMessageComplete (UserId userId, const std::string &vodId, const std::string &messageId, TTV_ErrorCode ec) override |
| |
| void | SetListener (jobject jListener) |
| |
| jobject | GetListener () const |
| |
◆ JavaIChatReplayListenerProxy()
| ttv::binding::java::JavaIChatReplayListenerProxy::JavaIChatReplayListenerProxy |
( |
| ) |
|
◆ ChatReplayCurrentTimeChanged()
| virtual void ttv::binding::java::JavaIChatReplayListenerProxy::ChatReplayCurrentTimeChanged |
( |
UserId |
userId, |
|
|
const std::string & |
vodId, |
|
|
Timestamp |
time |
|
) |
| |
|
overridevirtual |
◆ ChatReplayDeleteMessageComplete()
| virtual void ttv::binding::java::JavaIChatReplayListenerProxy::ChatReplayDeleteMessageComplete |
( |
UserId |
userId, |
|
|
const std::string & |
vodId, |
|
|
const std::string & |
messageId, |
|
|
TTV_ErrorCode |
ec |
|
) |
| |
|
overridevirtual |
◆ ChatReplayMessagesReceived()
| virtual void ttv::binding::java::JavaIChatReplayListenerProxy::ChatReplayMessagesReceived |
( |
UserId |
userId, |
|
|
const std::string & |
vodId, |
|
|
const std::vector< ReplayMessage > & |
messageList |
|
) |
| |
|
overridevirtual |
Fired to notify that messages have been received at the current playhead time. The client should release the reference as promptly as possible so the underlying memory buffer can be reused.
Implements ttv::chat::IChatReplayListener.
◆ ChatReplayStateChanged()
| virtual void ttv::binding::java::JavaIChatReplayListenerProxy::ChatReplayStateChanged |
( |
UserId |
userId, |
|
|
const std::string & |
vodId, |
|
|
ChatReplayState |
state, |
|
|
TTV_ErrorCode |
ec |
|
) |
| |
|
overridevirtual |
◆ GetListener()
◆ SetListener()
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: