ModuleAvailabilityResponse.AvailabilityStatus

@Retention(value = RetentionPolicy.CLASS)
@IntDef(value = [AvailabilityStatus.STATUS_ALREADY_AVAILABLE, AvailabilityStatus.STATUS_READY_TO_DOWNLOAD, AvailabilityStatus.STATUS_UNKNOWN_MODULE])
annotation ModuleAvailabilityResponse.AvailabilityStatus


The current install state for the install request.

Summary

Constants

const Int

All the modules requested are already present on device.

const Int

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

const Int

There are modules requested that cannot be recognized.

Constants

STATUS_ALREADY_AVAILABLE

const val STATUS_ALREADY_AVAILABLE = 0: Int

All the modules requested are already present on device.

STATUS_READY_TO_DOWNLOAD

const val STATUS_READY_TO_DOWNLOAD = 1: Int

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

STATUS_UNKNOWN_MODULE

const val STATUS_UNKNOWN_MODULE = 2: Int

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.