InstallStatus

public abstract @interface InstallStatus
implements Annotation

com.google.android.play.core.install.model.InstallStatus


Status of a download / install.

Summary

Constants

int CANCELED

int DOWNLOADED

int DOWNLOADING

int FAILED

int INSTALLED

int INSTALLING

int PENDING

int UNKNOWN

Inherited methods

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)