FeatureStatus

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


The status of the feature.

Summary

Constants

static final int

The feature is fully downloaded and ready to use.

static final int

The feature can be downloaded on request.

static final int

The feature is being downloaded.

static final int

The feature is unavailable.

Constants

AVAILABLE

public static final int AVAILABLE = 3

The feature is fully downloaded and ready to use.

DOWNLOADABLE

public static final int DOWNLOADABLE = 1

The feature can be downloaded on request.

DOWNLOADING

public static final int DOWNLOADING = 2

The feature is being downloaded.

UNAVAILABLE

public static final int UNAVAILABLE = 0

The feature is unavailable.