class BackEndServices : public nn::nex::RootObject
Class for managing connections with the game server. Use an NgsFacade
class inherits this class.
IsConnected
|
Gets the status of the connection to the game server. | |
---|---|---|
Terminate
|
Terminates NgsFacade , and transitions to a state in which deletion is possible. |
|
GetCredentials
|
Gets the Credentials (the certificate information for the client). |
|
RegisterNotificationEventHandler
|
Registers a notification event handler. | |
UnregisterNotificationEventHandler
|
Deletes the registered notification event handler. | |
S |
EnableLoginDataCache
|
Caches a portion of the information needed for login, shortening the time it takes to log in thereafter. |
S |
DisableLoginDataCache
|
Clears the cache that stores information needed for logging in. |
S |
IsAbleLoginDataCache
|
Returns whether the cache is enabled for storing information needed for logging in. |
nn::nex::RootObject
nn::nex::BackEndServices
CONFIDENTIAL