Nakama C++ Client SDK 2.5.1
Client for Nakama Server
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CNAccountA user with additional account details. Always the current user
 CNAccountDeviceUsed with authenticate/link/unlink and user
 CNChannelA realtime chat channel
 CNChannelMessageA message sent on a channel
 CNChannelMessageAckA receipt reply from a channel message send operation
 CNChannelMessageListA list of channel messages, usually a result of a list operation
 CNChannelPresenceEventA set of joins and leaves on a particular channel
 CNClientInterface
 CNClientParameters
 CNDeleteStorageObjectIdStorage objects to delete
 CNError
 CNFriendA friend of a user
 CNFriendList< A collection of zero or more friends of the user
 CNGroupA group in the server
 CNGroupListOne or more groups returned from a listing operation
 CNGroupUserA single user-role pair
 CNGroupUserListA list of users belonging to a group, along with their role
 CNHttpRequest
 CNHttpResponse
 CNHttpTransportInterface
 CNLeaderboardRecordRepresents a complete leaderboard record with all scores and associated metadata
 CNLeaderboardRecordListA set of leaderboard records, may be part of a leaderboard records page or a batch of individual records
 CNLoggerLogger
 CNLogSinkInterface
 CNConsoleLogSinkWrites logs to console output
 CNMatchRepresents a realtime match
 CNMatchDataRealtime match data received from the server
 CNMatchListA list of realtime matches
 CNMatchmakerMatchedA successful matchmaking result
 CNMatchmakerTicketA ticket representing a new matchmaking process
 CNMatchmakerUser
 CNMatchPresenceEventA set of joins and leaves on a particular realtime match
 CNNotificationA notification in the server
 CNNotificationListA collection of zero or more notifications
 CNPartyInformation about a party
 CNPartyCloseInformation about a party close event
 CNPartyDataIncoming party data delivered from the server
 CNPartyJoinRequestIncoming notification for one or more new presences attempting to join the party
 CNPartyLeaderAnnouncement of a new party leader
 CNPartyMatchmakerTicketA response from starting a new party matchmaking process
 CNPartyPresenceEventPresence update for a particular party
 CNReadStorageObjectIdStorage objects to get
 CNRpcExecute an Lua function on the server
 CNRtClientDisconnectInfo
 CNRtClientInterface
 CNRtClientListenerInterface
 CNRtDefaultClientListener
 CNRtErrorA logical error which may occur on the server
 CNRtTransportInterface
 CNSessionInterface
 CNStatusA snapshot of statuses for some set of users
 CNStatusPresenceEventA batch of status updates for a given user
 CNStorageObjectAn object within the storage engine
 CNStorageObjectAckA storage acknowledgement
 CNStorageObjectListList of storage objects
 CNStorageObjectWriteThe object to store
 CNStreamRepresents identifying information for a stream
 CNStreamDataA data message delivered over a stream
 CNStreamPresenceEventA set of joins and leaves on a particular stream
 CNTournamentA tournament on the server
 CNTournamentListA list of tournaments
 CNTournamentRecordListA set of tournament records which may be part of a tournament records page or a batch of individual records
 CNUserA user in the server
 CNUserGroupA single group-role pair
 CNUserGroupListA list of groups belonging to a user, along with the user's role in each group
 CNUserPresenceA user session associated to a stream, usually through a list operation or a join/leave event
 CNUsersA collection of zero or more users
 CRtClientParameters