abstract class EventCondition<U> : UiAutomation.AccessibilityEventFilter


An EventCondition is a condition which depends on an event or series of events having occurred.

Summary

Public constructors

Public functions

abstract U!

returns a value obtained after applying the condition to a series of events.

Public constructors

EventCondition

EventCondition()

Public functions

getResult

abstract fun getResult(): U!

returns a value obtained after applying the condition to a series of events. A non-null/non-false value indicates that the condition is satisfied.