Stay organized with collections
Save and categorize content based on your preferences.
InstallStatus
public
abstract
@interface
InstallStatus
implements
Annotation
com.google.android.play.core.install.model.InstallStatus
|
Status of a download / install.
Summary
Constants
CANCELED
public static final int CANCELED
Constant Value:
6
(0x00000006)
DOWNLOADED
public static final int DOWNLOADED
Constant Value:
11
(0x0000000b)
DOWNLOADING
public static final int DOWNLOADING
Constant Value:
2
(0x00000002)
FAILED
public static final int FAILED
Constant Value:
5
(0x00000005)
INSTALLED
public static final int INSTALLED
Constant Value:
4
(0x00000004)
INSTALLING
public static final int INSTALLING
Constant Value:
3
(0x00000003)
PENDING
public static final int PENDING
Constant Value:
1
(0x00000001)
UNKNOWN
public static final int UNKNOWN
Constant Value:
0
(0x00000000)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# InstallStatus\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nInstallStatus\n=============\n\n\n`\npublic\n\n\nabstract\n@interface\nInstallStatus\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|----------------------------------------------------------|\n| com.google.android.play.core.install.model.InstallStatus |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nStatus of a download / install.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|----------------------------------------------------------------------------------------------------------------------------|\n| `int` | [CANCELED](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#CANCELED) |\n| `int` | [DOWNLOADED](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#DOWNLOADED) |\n| `int` | [DOWNLOADING](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#DOWNLOADING) |\n| `int` | [FAILED](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#FAILED) |\n| `int` | [INSTALLED](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#INSTALLED) |\n| `int` | [INSTALLING](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#INSTALLING) |\n| `int` | [PENDING](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#PENDING) |\n| `int` | [UNKNOWN](../../../../../../../../reference/com/google/android/play/core/install/model/InstallStatus.html#UNKNOWN) |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### CANCELED\n\n```\npublic static final int CANCELED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n6\n(0x00000006)\n\n\n### DOWNLOADED\n\n```\npublic static final int DOWNLOADED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n11\n(0x0000000b)\n\n\n### DOWNLOADING\n\n```\npublic static final int DOWNLOADING\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### FAILED\n\n```\npublic static final int FAILED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)\n\n\n### INSTALLED\n\n```\npublic static final int INSTALLED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### INSTALLING\n\n```\npublic static final int INSTALLING\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### PENDING\n\n```\npublic static final int PENDING\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### UNKNOWN\n\n```\npublic static final int UNKNOWN\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]