SWGetRoomCustomDataReply Class
Namespace: SWNetwork.Lobby
The response object when the get custom room data operation finished successfully.
Declaration
Properties
Type
Description
ownerId
string
ID of the room owner.
customData
string
room custom data in string format.
Methods
Description
GetCustomDataString()
Gets the room custom data in string format.
GetCustomData<T>()
Gets the deserialized room custom data.
Last updated
Was this helpful?