FeatureStatus

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

The status of the feature.

Summary

Constants

const Int
AVAILABLE = 3

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.

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