setTouchDelegateInfo
open fun setTouchDelegateInfo(@NonNull delegatedInfo: AccessibilityNodeInfoCompat.TouchDelegateInfoCompat)(source)
Set touch delegate info if the represented view has a android.view.TouchDelegate.
Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Compatibility:
- API <29: No-op
Parameters
delegatedInfo
Throws
If called from an AccessibilityService.