FeatureStatus

@ IntDef 
(value = [ FeatureStatus.UNAVAILABLE 
 FeatureStatus.DOWNLOADABLE 
 FeatureStatus.DOWNLOADING 
 FeatureStatus.AVAILABLE 
])
@ Target (value = [ ElementType.TYPE_USE ElementType.METHOD ElementType.PARAMETER ElementType.FIELD ])
public annotation FeatureStatus

The status of the feature.

Summary

Constants

static final int
AVAILABLE = 3

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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: