AccessibilityViewCommand

Added in 1.1.0

interface AccessibilityViewCommand


Functional interface used to create a custom accessibility action.

Summary

Public functions

Boolean

Performs the action.

Public functions

perform

Added in 1.1.0
fun perform(view: View, arguments: AccessibilityViewCommand.CommandArguments?): Boolean

Performs the action.

Parameters
view: View

The view to act on

arguments: AccessibilityViewCommand.CommandArguments?

Optional action arguments

Returns
Boolean

true if the action was handled, false otherwise