AccessibilityServiceInfo.NotificationTimeout Property

Definition

The timeout, in milliseconds, after the most recent event of a given type before an AccessibilityService is notified.

[Android.Runtime.Register("notificationTimeout")]
public long NotificationTimeout { get; set; }
[<Android.Runtime.Register("notificationTimeout")>]
member this.NotificationTimeout : int64 with get, set

Property Value

Int64
Attributes

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.notificationTimeout.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to