TouchInteractionController.RequestDelegating Method

Definition

If AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE and If {@link AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE is enabled and at least one callback has been added, this function tells the framework to initiate a delegating interaction.

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

Remarks

If AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE and If {@link AccessibilityServiceInfo#FLAG_REQUEST_TOUCH_EXPLORATION_MODE is enabled and at least one callback has been added, this function tells the framework to initiate a delegating interaction. Motion events will be passed through as-is to the rest of the input pipeline for the duration of this interaction.

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

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