ModuleAvailabilityResponse.AvailabilityStatus

public static abstract @interface ModuleAvailabilityResponse.AvailabilityStatus implements Annotation

The current install state for the install request.

Constant Summary

int STATUS_ALREADY_AVAILABLE All the modules requested are already present on device.
int STATUS_READY_TO_DOWNLOAD There are modules requested not present on device, but they can be downloaded via an install request.
int STATUS_UNKNOWN_MODULE There are modules requested that cannot be recognized.

Inherited Method Summary

Constants

public static final int STATUS_ALREADY_AVAILABLE

All the modules requested are already present on device.

Constant Value: 0

public static final int STATUS_READY_TO_DOWNLOAD

There are modules requested not present on device, but they can be downloaded via an install request.

Constant Value: 1

public static final int STATUS_UNKNOWN_MODULE

There are modules requested that cannot be recognized. You can still still try to download the modules via an install request, but it's not guaranteed the modules can be downloaded.

Constant Value: 2