RecoveryStatus
טיפוסים בני מנייה (enums) |
RECOVERY_STATUS_UNSPECIFIED |
לא צוין RecoveryStatus. |
RECOVERY_STATUS_ACTIVE |
פעולת שחזור האפליקציה לא בוטלה מאז שהיא נוצרה. |
RECOVERY_STATUS_CANCELED |
פעולת השחזור בוטלה. לא ניתן להמשיך את הפעולה. |
RECOVERY_STATUS_DRAFT |
פעולת השחזור נמצאת במצב טיוטה ועדיין לא נפרסה למשתמשים. |
RECOVERY_STATUS_GENERATION_IN_PROGRESS |
פעולת השחזור יוצרת חבילות APK לשחזור. |
RECOVERY_STATUS_GENERATION_FAILED |
היצירה של הפעולה לשחזור האפליקציה נכשלה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["The recovery action status indicates the current state of an app's recovery process, such as active, canceled, draft, or in progress."],["A recovery action can be in a draft state, actively deployed, canceled, or generating recovery APKs, which are used to restore the app to a previous state."],["If the recovery action is canceled, it cannot be resumed, indicating a permanent stoppage of the recovery process."],["Recovery actions are designed to help users restore their apps to a working state after data loss or corruption, utilizing recovery APKs for the restoration process."],["The status `RECOVERY_STATUS_GENERATION_IN_PROGRESS` indicates that the system is actively creating recovery APKs, while `RECOVERY_STATUS_GENERATION_FAILED` signifies a failure in this creation process."]]],[]]