AccessibilityServiceInfo.NonInteractiveUiTimeoutMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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>
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.