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::RealTimeMultiplayerManager::FetchInvitationsResponse
#include <real_time_multiplayer_manager.h>
Data
và ResponseStatus
cho thao tác FetchInvitations
.
Tóm tắt
Nếu IsSuccess(status)
trả về giá trị true, vectơ invitations
sẽ được điền sẵn.
Các thuộc tính công khai
|
invitations
|
|
status
|
ResponseStatus của thao tác đã tạo ra Response này.
|
Các thuộc tính công khai
lời mời
std::vector< MultiplayerInvitation > gpg::RealTimeMultiplayerManager::FetchInvitationsResponse::invitations
trạng thái
ResponseStatus gpg::RealTimeMultiplayerManager::FetchInvitationsResponse::status
ResponseStatus
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::RealTimeMultiplayerManager::FetchInvitationsResponse Struct Reference\n\ngpg::RealTimeMultiplayerManager::FetchInvitationsResponse\n=========================================================\n\n`#include \u003creal_time_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `FetchInvitations` operation.\n\nSummary\n-------\n\nIf `IsSuccess(status)` returns true, `invitations` vector populated.\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [invitations](#structgpg_1_1_real_time_multiplayer_manager_1_1_fetch_invitations_response_1a6444e8f9ede3e2ad19dcdebab1309b38) | `std::vector\u003c `[MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation)` \u003e` The vector of [MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation)s for this response. |\n| [status](#structgpg_1_1_real_time_multiplayer_manager_1_1_fetch_invitations_response_1aa5238ff50d973b231785c201fb2e081d) | [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d) The `ResponseStatus` of the operation which generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### invitations\n\n```c++\nstd::vector\u003c MultiplayerInvitation \u003e gpg::RealTimeMultiplayerManager::FetchInvitationsResponse::invitations\n``` \nThe vector of [MultiplayerInvitation](/games/services/cpp/api/class/gpg/multiplayer-invitation#classgpg_1_1_multiplayer_invitation)s for this response. \n\n### status\n\n```c++\nResponseStatus gpg::RealTimeMultiplayerManager::FetchInvitationsResponse::status\n``` \nThe `ResponseStatus` of the operation which generated this `Response`."]]