AccessibilityNodeInfo.GetTouchDelegateInfo 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.
Get the TouchDelegateInfo
for touch delegate behavior with the represented view.
[Android.Runtime.Register("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo? GetTouchDelegateInfo ();
[<Android.Runtime.Register("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)>]
abstract member GetTouchDelegateInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo
override this.GetTouchDelegateInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo
Returns
TouchDelegateInfo
or null
if there are no touch delegates.
- Attributes
Remarks
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getTouchDelegateInfo()
.
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.