Status
הסטטוס של הניסיון לעצור את מצב ההפסד.
טיפוסים בני מנייה (enum) |
STATUS_UNSPECIFIED |
לא נעשה שימוש בערך הזה. |
ATTEMPT_SUCCEEDED |
הודעה על כך שהמשתמש הפסיק את הפעולה של מצב אובדן מכשיר. |
ATTEMPT_FAILED |
מציין שהניסיון של המשתמש להפסיק את המצב 'נכשל' נכשל. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-11 (שעון UTC)."],[[["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"]]