-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,kotlin.Comparable
@Serializable() public enum Accessibility.PrimaryAccessMode extends Enum<Accessibility.PrimaryAccessMode> implements Parcelable
A human primary sensory perceptual system or cognitive faculty through which a person may process or perceive information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAccessibility.PrimaryAccessMode.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description AUDITORYIndicates that auditory perception is necessary to consume the information.
TACTILEIndicates that tactile perception is necessary to consume the information.
TEXTUALIndicates that the ability to read textual content is necessary to consume the information.
Note that reading textual content does not require visual perception, as textual content can be rendered as audio using a text-to-speech capable device or assistive technology.
VISUALIndicates that visual perception is necessary to consume the information.
-
Method Summary
Modifier and Type Method Description final Accessibility.PrimaryAccessModevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<Accessibility.PrimaryAccessMode>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()-
-
Method Detail
-
valueOf
final Accessibility.PrimaryAccessMode valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<Accessibility.PrimaryAccessMode> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-