#include <NRtClientListenerInterface.h>
A listener for receiving NRtClientInterface
events.
◆ ~NRtClientListenerInterface()
virtual NRtClientListenerInterface::~NRtClientListenerInterface |
( |
| ) |
|
|
inlinevirtual |
◆ onChannelMessage()
virtual void NRtClientListenerInterface::onChannelMessage |
( |
const NChannelMessage & |
message | ) |
|
|
inlinevirtual |
◆ onChannelPresence()
◆ onConnect()
virtual void NRtClientListenerInterface::onConnect |
( |
| ) |
|
|
inlinevirtual |
◆ onDisconnect()
◆ onError()
virtual void NRtClientListenerInterface::onError |
( |
const NRtError & |
error | ) |
|
|
inlinevirtual |
◆ onMatchData()
virtual void NRtClientListenerInterface::onMatchData |
( |
const NMatchData & |
matchData | ) |
|
|
inlinevirtual |
◆ onMatchmakerMatched()
◆ onMatchPresence()
virtual void NRtClientListenerInterface::onMatchPresence |
( |
const NMatchPresenceEvent & |
matchPresence | ) |
|
|
inlinevirtual |
◆ onNotifications()
virtual void NRtClientListenerInterface::onNotifications |
( |
const NNotificationList & |
notifications | ) |
|
|
inlinevirtual |
◆ onParty()
virtual void NRtClientListenerInterface::onParty |
( |
const NParty & |
party | ) |
|
|
inlinevirtual |
Called when occur when the current user's invitation request is accepted by the party leader of a closed party.
- Parameters
-
party | the NParty joined by the user. |
Reimplemented in NRtDefaultClientListener.
◆ onPartyClosed()
virtual void NRtClientListenerInterface::onPartyClosed |
( |
const NPartyClose & |
partyCloseEvent | ) |
|
|
inlinevirtual |
Called when either the user's party closes or the user is removed from the party.
- Parameters
-
Reimplemented in NRtDefaultClientListener.
◆ onPartyData()
virtual void NRtClientListenerInterface::onPartyData |
( |
const NPartyData & |
partyData | ) |
|
|
inlinevirtual |
◆ onPartyJoinRequest()
virtual void NRtClientListenerInterface::onPartyJoinRequest |
( |
const NPartyJoinRequest & |
partyJoinRequest | ) |
|
|
inlinevirtual |
◆ onPartyLeader()
virtual void NRtClientListenerInterface::onPartyLeader |
( |
const NPartyLeader & |
partyLeader | ) |
|
|
inlinevirtual |
◆ onPartyMatchmakerTicket()
◆ onPartyPresence()
virtual void NRtClientListenerInterface::onPartyPresence |
( |
const NPartyPresenceEvent & |
presenceEvent | ) |
|
|
inlinevirtual |
Called when a presence event occurs within the party. Received a new presence event in the party.
- Parameters
-
presenceEvent | the NPNPartyPresenceEvent received. |
Reimplemented in NRtDefaultClientListener.
◆ onStatusPresence()
◆ onStreamData()
virtual void NRtClientListenerInterface::onStreamData |
( |
const NStreamData & |
data | ) |
|
|
inlinevirtual |
◆ onStreamPresence()
The documentation for this class was generated from the following file: