Android.Views.Accessibility.AccessibilityNodeInfo.ErrorFormatted Property
Gets the error text of this node.

Syntax

[get: Android.Runtime.Register("getError", "()Ljava/lang/CharSequence;", "GetGetErrorHandler")]
[set: Android.Runtime.Register("setError", "(Ljava/lang/CharSequence;)V", "GetSetError_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence ErrorFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the error text of this node.

Set method documentation [Android Documentation]

Sets the error text of this node.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Requirements

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