API reference
API reference
Select your platform
No SDKs available
No versions available

NetSyncConnectionStatus Enum

It represents the possible status of a Models.NetSyncConnection which allows multiple clients to connect and communicate with each other in real- time. The connection provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Enumeration Constants

MemberDescription
Unknown
Connecting
This member indicates that the connection of the network sync has been started and the process is ongoing.
Disconnected
This member indicates that the current status of the network sync connection is not connected.
Connected
This member indicates that the current status of the network sync connection is connected.