Android.AccessibilityServices.AccessibilityServiceInfo.NotificationTimeout Property
The timeout after the most recent event of a given type before an Android.AccessibilityServices.AccessibilityService is notified.

Syntax

[Android.Runtime.Register("notificationTimeout")]
public long NotificationTimeout { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The timeout after the most recent event of a given type before an Android.AccessibilityServices.AccessibilityService is notified.

Can be dynamically set at runtime..

Note: The event notification timeout is useful to avoid propagating events to the client too frequently since this is accomplished via an expensive interprocess call. One can think of the timeout as a criteria to determine when event generation has settled down.

[Android Documentation]

Requirements

Namespace: Android.AccessibilityServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4