This service provides another mechanism for registering a listener of network events.
| |
|---|
| Disconnect | Disconnects from the network to design and simulate disconnection to debug the feature of network disconnection and re-connection. |
| DisableReconnection | Disconnects from the network and re-connects to it. |
| |
|---|
| OnNetworkSettled | Register a callback function to listen for network ready events |
| OnPlayerLeft | Register a callback function to listen for the character exit events |
| OnPlayerJoin | Register a callback function to listen for the character join events |
| OnDisconnected | Receives notifications when the current network is disconnected. |
| OnReconnect | Receives notifications when the network is re-connected successfully. |