Status
Der Status des Versuchs, den verlorenen Modus zu beenden.
Enums |
STATUS_UNSPECIFIED |
Dieser Wert wird nicht verwendet. |
ATTEMPT_SUCCEEDED |
Gibt an, dass der Nutzer den Verlust des Modus beendet hat. |
ATTEMPT_FAILED |
Gibt an, dass der Versuch des Nutzers, den Verlustmodus zu stoppen, fehlgeschlagen ist. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-04-11 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]