gpg::RealTimeMultiplayerManager::RoomInboxUIResponse

#include <real_time_multiplayer_manager.h>

Data and ResponseStatus for the ShowRoomInboxUI operation.

Summary

If IsSuccess(status) returns true, then room is Valid().

Public attributes

invitation
The MultiplayerInvitation for this response.
status
The UIStatus of the operation that generated this Response.

Public attributes

invitation

MultiplayerInvitation gpg::RealTimeMultiplayerManager::RoomInboxUIResponse::invitation

The MultiplayerInvitation for this response.

Valid() only returns true for the room if IsSuccess(status) returns true.

status

UIStatus gpg::RealTimeMultiplayerManager::RoomInboxUIResponse::status

The UIStatus of the operation that generated this Response.