-
- 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 VISUALIndicates that visual 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.
TACTILEIndicates that tactile perception is necessary to consume the information.
AUDITORYIndicates that auditory perception is necessary to consume the information.
-