枚举 | |
---|---|
NEW_SURFACE_STATUS_UNSPECIFIED |
未知状态 |
CANCELLED |
用户拒绝移交 |
OK |
移交已完成 |
NewSurfaceStatus
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation outlines the various status codes returned when using NewSurface APIs.\u003c/p\u003e\n"],["\u003cp\u003eStatuses include unspecified, handoff cancellation by the user, and successful handoff completion.\u003c/p\u003e\n"],["\u003cp\u003eEach status is represented by a unique enum value for easy integration and handling in applications.\u003c/p\u003e\n"]]],["The document defines three possible statuses related to a surface handoff process. `NEW_SURFACE_STATUS_UNSPECIFIED` indicates an unknown status. `CANCELLED` signifies that the user declined the handoff. `OK` means the handoff was successfully completed. These enums represent the key outcomes of a surface handoff attempt and are likely used to track or respond to the user's decision.\n"],null,["# NewSurfaceStatus\n\n| Enums ||\n|----------------------------------|---------------------|\n| `NEW_SURFACE_STATUS_UNSPECIFIED` | Unknown status |\n| `CANCELLED` | User denied handoff |\n| `OK` | Handoff completed |"]]