struct GetOrCreateRoomAsyncTaskResult
(Niantic.Lightship.SharedAR.Rooms.RoomManagementService.GetOrCreateRoomAsyncTaskResult)
Struct which holds the return values for GetOrCreateRoomAsync.
struct GetOrCreateRoomAsyncTaskResult {
// fields
readonly RoomManagementServiceStatus Status;
readonly string RoomId;
// methods
GetOrCreateRoomAsyncTaskResult(
RoomManagementServiceStatus status,
string roomId
);
};