Package 

Enum Accessibility.PrimaryAccessMode

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUDITORY

      Indicates that auditory perception is necessary to consume the information.

      TACTILE

      Indicates that tactile perception is necessary to consume the information.

      TEXTUAL

      Indicates 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.

      VISUAL

      Indicates that visual perception is necessary to consume the information.

    • Method Summary

      Modifier and Type Method Description
      final Accessibility.PrimaryAccessMode valueOf(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 String getValue()
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.)