Status
列舉 |
STATUS_UNSPECIFIED |
這個值未使用。 |
ATTEMPT_SUCCEEDED |
表示使用者已成功停止遺失模式。 |
ATTEMPT_FAILED |
表示使用者嘗試停止遺失模式的操作失敗。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-04-11 (世界標準時間)。
[null,null,["上次更新時間:2024-04-11 (世界標準時間)。"],[[["There are three status enums that represent the attempt to stop lost mode which are `STATUS_UNSPECIFIED`, `ATTEMPT_SUCCEEDED`, and `ATTEMPT_FAILED`."],["`STATUS_UNSPECIFIED` is not in use and `ATTEMPT_SUCCEEDED` and `ATTEMPT_FAILED` show if the attempt to stop lost mode succeeded or failed, respectively."]]],["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"]]