![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
CNAccount | A user with additional account details. Always the current user |
CNAccountDevice | Used with authenticate/link/unlink and user |
CNChannel | A realtime chat channel |
CNChannelMessage | A message sent on a channel |
CNChannelMessageAck | A receipt reply from a channel message send operation |
CNChannelMessageList | A list of channel messages, usually a result of a list operation |
CNChannelPresenceEvent | A set of joins and leaves on a particular channel |
CNClientInterface | |
CNClientParameters | |
CNDeleteStorageObjectId | Storage objects to delete |
CNError | |
CNFriend | A friend of a user |
CNFriendList | < A collection of zero or more friends of the user |
CNGroup | A group in the server |
CNGroupList | One or more groups returned from a listing operation |
CNGroupUser | A single user-role pair |
CNGroupUserList | A list of users belonging to a group, along with their role |
CNHttpRequest | |
CNHttpResponse | |
CNHttpTransportInterface | |
CNLeaderboardRecord | Represents a complete leaderboard record with all scores and associated metadata |
CNLeaderboardRecordList | A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records |
CNLogger | Logger |
▼CNLogSinkInterface | |
CNConsoleLogSink | Writes logs to console output |
CNMatch | Represents a realtime match |
CNMatchData | Realtime match data received from the server |
CNMatchList | A list of realtime matches |
CNMatchmakerMatched | A successful matchmaking result |
CNMatchmakerTicket | A ticket representing a new matchmaking process |
CNMatchmakerUser | |
CNMatchPresenceEvent | A set of joins and leaves on a particular realtime match |
CNNotification | A notification in the server |
CNNotificationList | A collection of zero or more notifications |
CNParty | Information about a party |
CNPartyClose | Information about a party close event |
CNPartyData | Incoming party data delivered from the server |
CNPartyJoinRequest | Incoming notification for one or more new presences attempting to join the party |
CNPartyLeader | Announcement of a new party leader |
CNPartyMatchmakerTicket | A response from starting a new party matchmaking process |
CNPartyPresenceEvent | Presence update for a particular party |
CNReadStorageObjectId | Storage objects to get |
CNRpc | Execute an Lua function on the server |
CNRtClientDisconnectInfo | |
CNRtClientInterface | |
▼CNRtClientListenerInterface | |
CNRtDefaultClientListener | |
CNRtError | A logical error which may occur on the server |
CNRtTransportInterface | |
CNSessionInterface | |
CNStatus | A snapshot of statuses for some set of users |
CNStatusPresenceEvent | A batch of status updates for a given user |
CNStorageObject | An object within the storage engine |
CNStorageObjectAck | A storage acknowledgement |
CNStorageObjectList | List of storage objects |
CNStorageObjectWrite | The object to store |
CNStream | Represents identifying information for a stream |
CNStreamData | A data message delivered over a stream |
CNStreamPresenceEvent | A set of joins and leaves on a particular stream |
CNTournament | A tournament on the server |
CNTournamentList | A list of tournaments |
CNTournamentRecordList | A set of tournament records which may be part of a tournament records page or a batch of individual records |
CNUser | A user in the server |
CNUserGroup | A single group-role pair |
CNUserGroupList | A list of groups belonging to a user, along with the user's role in each group |
CNUserPresence | A user session associated to a stream, usually through a list operation or a join/leave event |
CNUsers | A collection of zero or more users |
CRtClientParameters |