Level
enum class Level
kotlin.Any | ||
↳ | kotlin.Enum<androidx.annotation.experimental.Experimental.Level> | |
↳ | androidx.annotation.experimental.Experimental.Level |
Severity of the diagnostic that should be reported on usages of experimental API which did not explicitly accept the experimental aspect of that API either by using UseExperimental or by being annotated with the corresponding marker annotation.
Summary
Enum values | |
---|---|
Specifies that an error should be reported on incorrect usages of this experimental API. |
|
Specifies that a warning should be reported on incorrect usages of this experimental API. |
Enum values
ERROR
enum val ERROR : Experimental.Level
Specifies that an error should be reported on incorrect usages of this experimental API.
WARNING
enum val WARNING : Experimental.Level
Specifies that a warning should be reported on incorrect usages of this experimental API.