FeatureStatus
Stay organized with collections
Save and categorize content based on your preferences.
The status of the feature.
Constant Summary
int |
AVAILABLE
|
The feature is fully downloaded and ready to
use. |
int |
DOWNLOADABLE
|
The feature can be downloaded on request. |
int |
DOWNLOADING
|
The feature is being downloaded. |
int |
UNAVAILABLE
|
The feature is unavailable. |
Inherited Method Summary
From interface java.lang.annotation.Annotation
Constants
public static final int
AVAILABLE
The feature is fully downloaded and ready to use.
Constant Value:
3
public static final int
DOWNLOADABLE
The feature can be downloaded on request.
Constant Value:
1
public static final int
DOWNLOADING
The feature is being downloaded.
Constant Value:
2
public static final int
UNAVAILABLE
The feature is unavailable.
Constant Value:
0
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# FeatureStatus\n\npublic abstract @interface **FeatureStatus** implements [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html) \nThe status of the feature. \n\n### Constant Summary\n\n|-----|---------------------------------------------------------------------------------------------|---------------------------------------------------|\n| int | [AVAILABLE](/android/reference/com/google/mlkit/genai/common/FeatureStatus#AVAILABLE) | The feature is fully downloaded and ready to use. |\n| int | [DOWNLOADABLE](/android/reference/com/google/mlkit/genai/common/FeatureStatus#DOWNLOADABLE) | The feature can be downloaded on request. |\n| int | [DOWNLOADING](/android/reference/com/google/mlkit/genai/common/FeatureStatus#DOWNLOADING) | The feature is being downloaded. |\n| int | [UNAVAILABLE](/android/reference/com/google/mlkit/genai/common/FeatureStatus#UNAVAILABLE) | The feature is unavailable. |\n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| abstract [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c? extends [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html)\\\u003e | annotationType() |\n| abstract boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| abstract int | hashCode() |\n| abstract [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n\nConstants\n---------\n\n#### public static final int\n**AVAILABLE**\n\nThe feature is fully downloaded and ready to use. \nConstant Value: 3 \n\n#### public static final int\n**DOWNLOADABLE**\n\nThe feature can be downloaded on request. \nConstant Value: 1 \n\n#### public static final int\n**DOWNLOADING**\n\nThe feature is being downloaded. \nConstant Value: 2 \n\n#### public static final int\n**UNAVAILABLE**\n\nThe feature is unavailable. \nConstant Value: 0"]]