AccessibilityServiceInfo.NonInteractiveUiTimeoutMillis Property

Definition

Get the recommended timeout for non-interactive controls. -or- Set the recommended time that non-interactive controls need to remain on the screen to support the user.

public virtual int NonInteractiveUiTimeoutMillis { [Android.Runtime.Register("getNonInteractiveUiTimeoutMillis", "()I", "GetGetNonInteractiveUiTimeoutMillisHandler", ApiSince=29)] get; [Android.Runtime.Register("setNonInteractiveUiTimeoutMillis", "(I)V", "GetSetNonInteractiveUiTimeoutMillis_IHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getNonInteractiveUiTimeoutMillis", "()I", "GetGetNonInteractiveUiTimeoutMillisHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setNonInteractiveUiTimeoutMillis", "(I)V", "GetSetNonInteractiveUiTimeoutMillis_IHandler", ApiSince=29)>]
member this.NonInteractiveUiTimeoutMillis : int with get, set

Property Value

The timeout in milliseconds.

Attributes

Remarks

Property getter documentation:

Get the recommended timeout for non-interactive controls.

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.getNonInteractiveUiTimeoutMillis().

Property setter documentation:

Set the recommended time that non-interactive controls need to remain on the screen to support the user.

<strong>This value can be dynamically set at runtime by AccessibilityService#setServiceInfo(AccessibilityServiceInfo).</strong>

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.setNonInteractiveUiTimeoutMillis(int).

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