Status
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.
Trạng thái của nỗ lực dừng chế độ đã mất.
Enum |
STATUS_UNSPECIFIED |
Giá trị này không được sử dụng. |
ATTEMPT_SUCCEEDED |
Cho biết người dùng đã dừng chế độ bị mất thành công. |
ATTEMPT_FAILED |
Cho biết rằng người dùng không thể dừng chế độ bị mất. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\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. |"]]