AccessibilityRole

A list of all roles used for accessibility. There is no API for these in Android yet, so roles are currently based off of the class being rendered. These roles are defined by Google's TalkBack screen reader, and this list should be kept up to date with their implementation.

See also

Types

Link copied to clipboard
annotation class AccessibilityRoleType

Properties

Link copied to clipboard
Link copied to clipboard
const val BUTTON: String
Link copied to clipboard
const val CHECK_BOX: String
Link copied to clipboard
Link copied to clipboard
const val DATE_PICKER: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val EDIT_TEXT: String
Link copied to clipboard
const val GRID: String
Link copied to clipboard
Link copied to clipboard
const val ICON_MENU: String
Link copied to clipboard
const val IMAGE: String
Link copied to clipboard
const val IMAGE_BUTTON: String
Link copied to clipboard
const val KEYBOARD_KEY: String
Link copied to clipboard
const val LIST: String
Link copied to clipboard
const val NONE: String
Link copied to clipboard
Link copied to clipboard
const val PAGER: String
Link copied to clipboard
const val PROGRESS_BAR: String
Link copied to clipboard
const val RADIO_BUTTON: String
Link copied to clipboard
const val SCROLL_VIEW: String
Link copied to clipboard
const val SEEK_CONTROL: String
Link copied to clipboard
Link copied to clipboard
const val SWITCH: String
Link copied to clipboard
const val TAB_BAR: String
Link copied to clipboard
const val TIME_PICKER: String
Link copied to clipboard
Link copied to clipboard
const val TOAST: String
Link copied to clipboard
Link copied to clipboard
const val VIEW_GROUP: String
Link copied to clipboard
const val WEB_VIEW: String