Status
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
STATUS_UNSPECIFIED |
系统不会使用此值。 |
ATTEMPT_SUCCEEDED |
表示用户已成功停止丢失模式。 |
ATTEMPT_FAILED |
表示用户尝试停止丢失模式失败。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThere are three status enums that represent the attempt to stop lost mode which are \u003ccode\u003eSTATUS_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eATTEMPT_SUCCEEDED\u003c/code\u003e, and \u003ccode\u003eATTEMPT_FAILED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSTATUS_UNSPECIFIED\u003c/code\u003e is not in use and \u003ccode\u003eATTEMPT_SUCCEEDED\u003c/code\u003e and \u003ccode\u003eATTEMPT_FAILED\u003c/code\u003e show if the attempt to stop lost mode succeeded or failed, respectively.\u003c/p\u003e\n"]]],["The core content describes the status of an attempt to stop \"lost mode.\" There are three possible statuses: `STATUS_UNSPECIFIED`, which is unused; `ATTEMPT_SUCCEEDED`, indicating the user successfully stopped lost mode; and `ATTEMPT_FAILED`, indicating the user's attempt to stop lost mode was unsuccessful. The key information is that the system tracks whether attempts to exit the \"lost mode\" state are successful or not.\n"],null,["# Status\n\nThe status of the attempt to stop lost mode.\n\n| Enums ||\n|----------------------|-------------------------------------------------------------|\n| `STATUS_UNSPECIFIED` | This value is not used. |\n| `ATTEMPT_SUCCEEDED` | Indicates that the user successfully stopped lost mode. |\n| `ATTEMPT_FAILED` | Indicates that the user's attempt to stop lost mode failed. |"]]