Android.Views.Accessibility.AccessibilityRecord.Text Property
Gets the text of the event.

Syntax

[get: Android.Runtime.Register("getText", "()Ljava/util/List;", "GetGetTextHandler")]
public virtual IList<Java.Lang.ICharSequence> Text { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the text of the event. The index in the list represents the priority of the text. Specifically, the lower the index the higher the priority.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4