ModuleInstallStatusUpdate.InstallState

public static abstract @interface ModuleInstallStatusUpdate.InstallState implements Annotation

The current install state for the install request.

Constant Summary

int STATE_CANCELED The optional module download has been canceled.
int STATE_COMPLETED Installation is completed; the optional modules are available to the client app.
int STATE_DOWNLOADING The optional module download is in progress.
int STATE_DOWNLOAD_PAUSED The optional module download has been paused.
int STATE_FAILED The optional module download or installation has failed.
int STATE_INSTALLING The optional modules have been downloaded and the installation is in progress.
int STATE_PENDING The request is pending and will be processed soon.
int STATE_UNKNOWN

Inherited Method Summary

Constants

public static final int STATE_CANCELED

The optional module download has been canceled.

Constant Value: 3

public static final int STATE_COMPLETED

Installation is completed; the optional modules are available to the client app.

Constant Value: 4

public static final int STATE_DOWNLOADING

The optional module download is in progress.

Constant Value: 2

public static final int STATE_DOWNLOAD_PAUSED

The optional module download has been paused.

This usually happens when connectivity requirements can't be met during download. Once the connectivity requirements are met, the download will be resumed automatically.

Constant Value: 7

public static final int STATE_FAILED

The optional module download or installation has failed.

Constant Value: 5

public static final int STATE_INSTALLING

The optional modules have been downloaded and the installation is in progress.

Constant Value: 6

public static final int STATE_PENDING

The request is pending and will be processed soon.

Constant Value: 1

public static final int STATE_UNKNOWN

Constant Value: 0