Stay organized with collections
Save and categorize content based on your preferences.
TargetApi
public
abstract
@interface
TargetApi
implements
Annotation
android.annotation.TargetApi
|
Indicates that Lint should treat this type as targeting a given API level, no matter what the
project target is.
Summary
Public methods |
int
|
value()
This sets the target api level for the type..
|
Public methods
value
public int value ()
This sets the target api level for the type..
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# TargetApi\n\nAdded in [API level 16](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nTargetApi\n=========\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/annotation/TargetApi \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\n\n\nabstract\n@interface\nTargetApi\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](/reference/java/lang/annotation/Annotation)`\n\n\n`\n\n|------------------------------|\n| android.annotation.TargetApi |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nIndicates that Lint should treat this type as targeting a given API level, no matter what the\nproject target is.\n\nSummary\n-------\n\n| ### Public methods ||\n|--------|----------------------------------------------------------------------------------------------------------------|\n| ` int` | ` `[value](/reference/android/annotation/TargetApi#value())`() ` This sets the target api level for the type.. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](/reference/java/lang/annotation/Annotation)` ` |-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` abstract `[Class](/reference/java/lang/Class)`\u003c? extends `[Annotation](/reference/java/lang/annotation/Annotation)`\u003e` | ` `[annotationType](/reference/java/lang/annotation/Annotation#annotationType())`() ` Returns the annotation interface of this annotation. | | ` abstract boolean` | ` `[equals](/reference/java/lang/annotation/Annotation#equals(java.lang.Object))`(`[Object](/reference/java/lang/Object)` obj) ` Returns true if the specified object represents an annotation that is logically equivalent to this one. | | ` abstract int` | ` `[hashCode](/reference/java/lang/annotation/Annotation#hashCode())`() ` Returns the hash code of this annotation. | | ` abstract `[String](/reference/java/lang/String) | ` `[toString](/reference/java/lang/annotation/Annotation#toString())`() ` Returns a string representation of this annotation. | ||\n\nPublic methods\n--------------\n\n### value\n\nAdded in [API level 16](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic int value ()\n```\n\nThis sets the target api level for the type..\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------|--------|\n| `int` | \u003cbr /\u003e |"]]