Status
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สถานะของการพยายามหยุดโหมดสูญหาย
Enum |
STATUS_UNSPECIFIED |
ไม่ได้ใช้ค่านี้ |
ATTEMPT_SUCCEEDED |
บ่งบอกว่าผู้ใช้หยุดโหมดสูญหายสําเร็จแล้ว |
ATTEMPT_FAILED |
บ่งบอกว่าความพยายามหยุดโหมดของผู้ใช้ไม่สําเร็จ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]