AccessibilityRecord.Source Property

Definition

Gets the AccessibilityNodeInfo of the event source.

public virtual Android.Views.Accessibility.AccessibilityNodeInfo? Source { [Android.Runtime.Register("getSource", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetSourceHandler")] get; }
[<get: Android.Runtime.Register("getSource", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetSourceHandler")>]
member this.Source : Android.Views.Accessibility.AccessibilityNodeInfo

Property Value

The info of the source.

Attributes

Remarks

Gets the AccessibilityNodeInfo of the event source.

<strong>Note:</strong> It is a client responsibility to recycle the received info by calling AccessibilityNodeInfo#recycle() AccessibilityNodeInfo#recycle() to avoid creating of multiple instances.

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

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