FeatureStatus

@IntDef(value = [FeatureStatus.UNAVAILABLEFeatureStatus.DOWNLOADABLEFeatureStatus.DOWNLOADINGFeatureStatus.AVAILABLE])
@Target(value = [ElementType.TYPE_USEElementType.METHODElementType.PARAMETERElementType.FIELD])
annotation FeatureStatus


The status of the feature.

Summary

Constants

const Int

The feature is fully downloaded and ready to use.

const Int

The feature can be downloaded on request.

const Int

The feature is being downloaded.

const Int

The feature is unavailable.

Constants

AVAILABLE

const val AVAILABLE = 3: Int

The feature is fully downloaded and ready to use.

DOWNLOADABLE

const val DOWNLOADABLE = 1: Int

The feature can be downloaded on request.

DOWNLOADING

const val DOWNLOADING = 2: Int

The feature is being downloaded.

UNAVAILABLE

const val UNAVAILABLE = 0: Int

The feature is unavailable.