#include <java_chatraidlistenerproxy.h>
◆ JavaChatRaidListenerProxy()
| ttv::binding::java::JavaChatRaidListenerProxy::JavaChatRaidListenerProxy |
( |
| ) |
|
◆ GetListener()
◆ RaidCancelled()
| virtual void ttv::binding::java::JavaChatRaidListenerProxy::RaidCancelled |
( |
const RaidStatus & |
status | ) |
|
|
overridevirtual |
Indicates that the raid has been cancelled and the client should NOT transition to the target channel.
- Parameters
-
Implements ttv::chat::IChatRaidListener.
◆ RaidCompleted()
| virtual void ttv::binding::java::JavaChatRaidListenerProxy::RaidCompleted |
( |
const RaidStatus & |
status | ) |
|
|
overridevirtual |
Indicates that the raid has been completed successfully and the client should transition to the target channel. This should fire at the same time as the timer in the UI elapses.
- Parameters
-
Implements ttv::chat::IChatRaidListener.
◆ RaidStarted()
| virtual void ttv::binding::java::JavaChatRaidListenerProxy::RaidStarted |
( |
const RaidStatus & |
status | ) |
|
|
overridevirtual |
Indicates that a raid has been started on the associated channel. When receiving this message the client should display a timer in the UI showing the countdown based on the remainingSecondsDuration field. Do not modify this countdown based on changes to this field in other callbacks.
- Parameters
-
Implements ttv::chat::IChatRaidListener.
◆ RaidUpdated()
| virtual void ttv::binding::java::JavaChatRaidListenerProxy::RaidUpdated |
( |
const RaidStatus & |
status | ) |
|
|
overridevirtual |
Indicates that there has been a change in the state of the raid. This is primarily used to update the number of users in the raid. Do not update the timer value based on the remainingSecondsDuration field, it is for informational purposes only.
- Parameters
-
Implements ttv::chat::IChatRaidListener.
◆ SetListener()
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: