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

NetSyncSessionsChangedNotification Class

When a new list of sessions was added or the list of known connected sessions has changed, this com.meta.horizon.platform.ovr.Message.MessageType#Notification_NetSync_SessionsChanged will be sent. When the status of a connection has changed, the com.meta.horizon.platform.ovr.Message.MessageType#Notification_NetSync_ConnectionStatusChanged will be sent.

Constructors

NetSyncSessionsChangedNotification ( ptr )
Signature
com.meta.horizon.platform.ovr.models.NetSyncSessionsChangedNotification.NetSyncSessionsChangedNotification(final long ptr)
Parameters
ptr: final long

Methods

getConnectionId ()
A long integer ID which can be used to uniquely identify the network synchronization connection.
Signature
long com.meta.horizon.platform.ovr.models.NetSyncSessionsChangedNotification.getConnectionId()
Returns
long  long
getSessions ()
An array which contains the new list of com.meta.horizon.platform.ovr.models.NetSyncSession.
Signature
NetSyncSessionArray com.meta.horizon.platform.ovr.models.NetSyncSessionsChangedNotification.getSessions()