Stay organized with collections
Save and categorize content based on your preferences.
gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse
#include <turn_based_multiplayer_manager.h>
Data
and ResponseStatus
for the ShowMatchInboxUI
operation.
Summary
If IsSuccess(status)
returns true, Valid()
returns true for exactly one invitation or match. Otherwise, it does not return true for either of them.
Public attributes
|
match
|
|
status
|
The UIStatus of the operation that generated this Response .
|
Public attributes
match
TurnBasedMatch gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::match
The TurnBasedMatch
for this response.
Valid()
only returns true for the match if IsSuccess(status)
returns true.
status
UIStatus gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::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::TurnBasedMultiplayerManager::MatchInboxUIResponse Struct Reference\n\ngpg::TurnBasedMultiplayerManager::MatchInboxUIResponse\n======================================================\n\n`#include \u003cturn_based_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `ShowMatchInboxUI` operation.\n\nSummary\n-------\n\nIf `IsSuccess(status)` returns true, `Valid()` returns true for exactly one invitation or match. Otherwise, it does not return true for either of them.\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [match](#structgpg_1_1_turn_based_multiplayer_manager_1_1_match_inbox_u_i_response_1ac5b7272448304e2ad12a88855fcf2762) | [TurnBasedMatch](/games/services/cpp/api/class/gpg/turn-based-match#classgpg_1_1_turn_based_match) The [TurnBasedMatch](/games/services/cpp/api/class/gpg/turn-based-match#classgpg_1_1_turn_based_match) for this response. |\n| [status](#structgpg_1_1_turn_based_multiplayer_manager_1_1_match_inbox_u_i_response_1a357dd09e47b2690d857e12e984cc699c) | [UIStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1aec950ba66bff28a39c655025ce05344e) The `UIStatus` of the operation that generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### match\n\n```c++\nTurnBasedMatch gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::match\n``` \nThe [TurnBasedMatch](/games/services/cpp/api/class/gpg/turn-based-match#classgpg_1_1_turn_based_match) for this response.\n\n`Valid()` only returns true for the match if `IsSuccess(status)` returns true. \n\n### status\n\n```c++\nUIStatus gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::status\n``` \nThe `UIStatus` of the operation that generated this `Response`."]]