Protocols
The following protocols are available globally.
-
A message which requires no acknowledgement by the server.
See moreDeclaration
Swift
public protocol Message : CustomStringConvertible
-
A message which returns a response from the server.
See moreDeclaration
Swift
public protocol CollatedMessage : CustomStringConvertible
-
A client for the Nakama server.
See moreDeclaration
Swift
public protocol Client
-
Undocumented
See moreDeclaration
Swift
public protocol Leaderboard : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol LeaderboardRecord : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol Notification : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol RPCResult : CustomStringConvertible
-
A session connects a user to the server.
See moreDeclaration
Swift
public protocol Session : CustomStringConvertible
-
The composite identifier which represents a record from the storage engine.
See moreDeclaration
Swift
public protocol StorageRecord : StorageRecordID
-
The composite identifier which represents a record from the storage engine.
See moreDeclaration
Swift
public protocol StorageRecordID
-
Undocumented
See moreDeclaration
Swift
public protocol Topic : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol User : CustomStringConvertible