gpg::
  #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  MultiplayerInvitationfor this response. | 
| status | The  UIStatusof the operation that generated thisResponse. | 
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. 
