Status
Lo stato del tentativo di interruzione della modalità Dispositivo smarrito.
Enum |
STATUS_UNSPECIFIED |
Questo valore non è utilizzato. |
ATTEMPT_SUCCEEDED |
Indica che l'utente ha interrotto correttamente la modalità di perdita. |
ATTEMPT_FAILED |
Indica che il tentativo di arresto della modalità di perdita dell'utente non è riuscito. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-04-11 UTC.
[null,null,["Ultimo aggiornamento 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"]]