AccessibilityViewCommand

Functional interface used to create a custom accessibility action.

Types

Functions

Link copied to clipboard
abstract fun perform(@NonNull view: @NonNull View, arguments: @Nullable AccessibilityViewCommand.CommandArguments): Boolean
Performs the action.