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

NetSyncSetSessionPropertyResult Class

A com.meta.horizon.platform.ovr.models.NetSyncConnection allows multiple clients to connect and communicate with each other in real-time. This is the payload from setting the properties of com.meta.horizon.platform.ovr.models.NetSyncSession. You can retrieve the result session via com.meta.horizon.platform.ovr.models.NetSyncSetSessionPropertyResult#getSession().

Constructors

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

Methods

getSession ()
It contains the com.meta.horizon.platform.ovr.models.NetSyncSession that the operation was modifying.
Signature
NetSyncSession com.meta.horizon.platform.ovr.models.NetSyncSetSessionPropertyResult.getSession()