Stay organized with collections
Save and categorize content based on your preferences.
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
|
|
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
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::RealTimeMultiplayerManager::RoomInboxUIResponse Struct Reference\n\ngpg::RealTimeMultiplayerManager::RoomInboxUIResponse\n====================================================\n\n`#include \u003creal_time_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `ShowRoomInboxUI` operation.\n\nSummary\n-------\n\nIf `IsSuccess(status)` returns true, then `room` is `Valid()`.\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [invitation](#structgpg_1_1_real_time_multiplayer_manager_1_1_room_inbox_u_i_response_1a54695ebd3214987496e77712c53b7192) | [MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation) The [MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation) for this response. |\n| [status](#structgpg_1_1_real_time_multiplayer_manager_1_1_room_inbox_u_i_response_1aff69dca8bfd2e91ffc3e5f315c70bfc8) | [UIStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1aec950ba66bff28a39c655025ce05344e) The `UIStatus` of the operation that generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### invitation\n\n```c++\nMultiplayerInvitation gpg::RealTimeMultiplayerManager::RoomInboxUIResponse::invitation\n``` \nThe [MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation) for this response.\n\n`Valid()` only returns true for the room if `IsSuccess(status)` returns true. \n\n### status\n\n```c++\nUIStatus gpg::RealTimeMultiplayerManager::RoomInboxUIResponse::status\n``` \nThe `UIStatus` of the operation that generated this `Response`."]]