Package 

Enum Accessibility.PrimaryAccessMode

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      VISUAL

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

      TACTILE

      Indicates that tactile perception is necessary to consume the information.

      AUDITORY

      Indicates that auditory perception is necessary to consume the information.

    • Method Summary

      Modifier and Type Method Description
      final String getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.readium.r2.shared.publication.Accessibility.PrimaryAccessMode

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait