Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse
#include <turn_based_multiplayer_manager.h>
Data
và ResponseStatus
cho thao tác ShowMatchInboxUI
.
Tóm tắt
Nếu IsSuccess(status)
trả về giá trị true, thì Valid()
sẽ trả về giá trị true cho đúng một lời mời hoặc kết quả phù hợp. Nếu không, giá trị này sẽ không trả về giá trị true cho một trong hai giá trị đó.
Các thuộc tính công khai
|
match
|
|
status
|
UIStatus của thao tác đã tạo ra Response này.
|
Các thuộc tính công khai
phù hợp
TurnBasedMatch gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::match
TurnBasedMatch
cho câu trả lời này.
Valid()
chỉ trả về true cho kết quả trùng khớp nếu IsSuccess(status)
trả về giá trị true.
trạng thái
UIStatus gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::status
UIStatus
của thao tác đã tạo ra Response
này.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 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`."]]