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