Android.Views.View.AnnounceForAccessibility Method
Convenience method for sending a Android.Views.Accessibility.AccessibilityEvent.TYPE_ANNOUNCEMENTAndroid.Views.Accessibility.AccessibilityEvent to make an announcement which is related to some sort of a context change for which none of the events representing UI transitions is a good fit.

Syntax

[Android.Runtime.Register("announceForAccessibility", "(Ljava/lang/CharSequence;)V", "GetAnnounceForAccessibility_Ljava_lang_CharSequence_Handler")]
public virtual void AnnounceForAccessibility (Java.Lang.ICharSequence text)

Parameters

text
The announcement text.

Remarks

Convenience method for sending a Android.Views.Accessibility.AccessibilityEvent.TYPE_ANNOUNCEMENTAndroid.Views.Accessibility.AccessibilityEvent to make an announcement which is related to some sort of a context change for which none of the events representing UI transitions is a good fit. For example, announcing a new page in a book. If accessibility is not enabled this method does nothing.

[Android Documentation]

Requirements

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