Status
खोए हुए मोड को बंद करने की कोशिश की स्थिति.
Enums |
STATUS_UNSPECIFIED |
इस वैल्यू का इस्तेमाल नहीं किया जाता है. |
ATTEMPT_SUCCEEDED |
इससे पता चलता है कि उपयोगकर्ता ने खोए हुए मोड को बंद कर दिया है. |
ATTEMPT_FAILED |
इससे पता चलता है कि उपयोगकर्ता, खोए हुए मोड को बंद नहीं कर सका. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]