Android.Annotation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| SuppressLint |
Indicates that Lint should ignore the specified warnings for the annotated element. |
| SuppressLintAttribute | |
| TargetApi |
Indicates that Lint should treat this type as targeting a given API level, no matter what the project target is. |
| TargetApiAttribute | |
Interfaces
| ISuppressLint |
Indicates that Lint should ignore the specified warnings for the annotated element. |
| ITargetApi |
Indicates that Lint should treat this type as targeting a given API level, no matter what the project target is. |