TouchInteractionController.RequestTouchExploration Method
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.
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.
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.