public enum

Experimental.Level

extends java.lang.Enum<Experimental.Level>

 java.lang.Object

↳java.lang.Enum<Experimental.Level>

↳androidx.annotation.experimental.Experimental.Level

Overview

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 Constants
ERRORSpecifies that an error should be reported on incorrect usages of this experimental API.
WARNINGSpecifies that a warning should be reported on incorrect usages of this experimental API.
Methods
public static Experimental.LevelvalueOf(java.lang.String name)

public static Experimental.Levelvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

WARNING

Specifies that a warning should be reported on incorrect usages of this experimental API.

ERROR

Specifies that an error should be reported on incorrect usages of this experimental API.

Methods

public static Experimental.Level values()

public static Experimental.Level valueOf(java.lang.String name)