AccessibilityRecord.GetSource(Int32) Method

Definition

Gets the AccessibilityNodeInfo of the event source.

[Android.Runtime.Register("getSource", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetSource_IHandler", ApiSince=33)]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo? GetSource (int prefetchingStrategy);
[<Android.Runtime.Register("getSource", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetSource_IHandler", ApiSince=33)>]
abstract member GetSource : int -> Android.Views.Accessibility.AccessibilityNodeInfo
override this.GetSource : int -> Android.Views.Accessibility.AccessibilityNodeInfo

Parameters

prefetchingStrategy
Int32

the prefetching strategy.

Returns

The info of the source.

Attributes

Remarks

Gets the AccessibilityNodeInfo of the event source.

Java documentation for android.view.accessibility.AccessibilityRecord.getSource(int).

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