使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
gpg::SnapshotManager::SnapshotSelectUIResponse
#include <snapshot_manager.h>
Data
和 ResponseStatus
用于 ShowSelectUIOperation
运算。
摘要
公共属性
|
data
|
|
status
|
生成此 Response 的操作的 ResponseStatus 。
|
公共属性
status
UIStatus gpg::SnapshotManager::SnapshotSelectUIResponse::status
生成此 Response
的操作的 ResponseStatus
。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# gpg::SnapshotManager::SnapshotSelectUIResponse Struct Reference\n\ngpg::SnapshotManager::SnapshotSelectUIResponse\n==============================================\n\n`#include \u003csnapshot_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `ShowSelectUIOperation` operation.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [data](#structgpg_1_1_snapshot_manager_1_1_snapshot_select_u_i_response_1a70760bbceaed1931153abaf87b2fd0a8) | [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) The [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) for this response. |\n| [status](#structgpg_1_1_snapshot_manager_1_1_snapshot_select_u_i_response_1a29951828b8b9d50b1d4a1b26ea0e7fc2) | [UIStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1aec950ba66bff28a39c655025ce05344e) The `ResponseStatus` of the operation that generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### data\n\n```c++\nSnapshotMetadata gpg::SnapshotManager::SnapshotSelectUIResponse::data\n``` \nThe [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) for this response.\n\n`Valid()` only returns true if `IsSuccess(status)` returns true, and an existing snapshot was selected. \n\n### status\n\n```c++\nUIStatus gpg::SnapshotManager::SnapshotSelectUIResponse::status\n``` \nThe `ResponseStatus` of the operation that generated this `Response`."]]