RecoveryStatus
열거형 |
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 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]