Skip to main content
Version: 3.0

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
);
};