Share via


TouchInteractionController.RequestTouchExploration Method

Definition

If AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE is enabled and at least one callback has been added for this display this function tells the framework to initiate touch exploration.

[Android.Runtime.Register("requestTouchExploration", "()V", "", ApiSince=33)]
public void RequestTouchExploration ();
[<Android.Runtime.Register("requestTouchExploration", "()V", "", ApiSince=33)>]
member this.RequestTouchExploration : unit -> unit
Attributes

Remarks

If AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE is enabled and at least one callback has been added for this display this function tells the framework to initiate touch exploration. Touch exploration will continue for the duration of this interaction.

Java documentation for android.accessibilityservice.TouchInteractionController.requestTouchExploration().

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