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

NetSyncDisconnectReason Enum

It represents the possible reasons why the status of a com.meta.horizon.platform.ovr.models.NetSyncConnection, which allows multiple clients to connect and communicate with each other in real-time, is disconnected. The connection provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Fields

Unknown[Get]
This member indicates that the disconnect of the com.meta.horizon.platform.ovr.models.NetSyncConnection was initialized from the a user request.
This member indicates that the connection of the com.meta.horizon.platform.ovr.models.NetSyncConnection was shutdown by the server intentionally.
This member indicates that the initial connection request never succeeded.
This member indicates that the com.meta.horizon.platform.ovr.models.NetSyncConnection was shutdown because of the network timeout.

Member Functions

NetSyncDisconnectReason
( final int value )
int getValue ( )

Static Member Functions

static NetSyncDisconnectReason fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon