to top
Android APIs
Added in API level 18
public static interface

UiAutomation.AccessibilityEventFilter

android.app.UiAutomation.AccessibilityEventFilter

Class Overview

Listener for filtering accessibility events.

Summary

Public Methods
abstract boolean accept(AccessibilityEvent event)
Callback for determining whether an event is accepted or it is filtered out.

Public Methods

public abstract boolean accept (AccessibilityEvent event)

Added in API level 18

Callback for determining whether an event is accepted or it is filtered out.

Parameters
event The event to process.
Returns
  • True if the event is accepted, false to filter it out.